mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
Remove smart_open install. (#1943)
This commit is contained in:
parent
1d1df7bbec
commit
3c76461b22
2 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,6 @@ MOCK_MODULES = ["gym",
|
|||
"tensorflow.python",
|
||||
"tensorflow.python.client",
|
||||
"tensorflow.python.util",
|
||||
"smart_open",
|
||||
"ray.local_scheduler",
|
||||
"ray.plasma",
|
||||
"ray.core.generated.TaskInfo",
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
FROM ray-project/deploy
|
||||
RUN conda install -y -c conda-forge tensorflow
|
||||
RUN apt-get install -y zlib1g-dev
|
||||
RUN pip install gym[atari] opencv-python==3.2.0.8 smart_open
|
||||
RUN pip install gym[atari] opencv-python==3.2.0.8
|
||||
RUN pip install --upgrade git+git://github.com/hyperopt/hyperopt.git
|
||||
# RUN conda install -y -q pytorch torchvision -c soumith
|
||||
|
|
Loading…
Add table
Reference in a new issue