Skip to content

Commit 3c76461

Browse files
robertnishiharapcmoritz
authored andcommitted
Remove smart_open install. (#1943)
1 parent 1d1df7b commit 3c76461

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"tensorflow.python",
3333
"tensorflow.python.client",
3434
"tensorflow.python.util",
35-
"smart_open",
3635
"ray.local_scheduler",
3736
"ray.plasma",
3837
"ray.core.generated.TaskInfo",

docker/examples/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
FROM ray-project/deploy
44
RUN conda install -y -c conda-forge tensorflow
55
RUN apt-get install -y zlib1g-dev
6-
RUN pip install gym[atari] opencv-python==3.2.0.8 smart_open
6+
RUN pip install gym[atari] opencv-python==3.2.0.8
77
RUN pip install --upgrade git+git://github.com/hyperopt/hyperopt.git
88
# RUN conda install -y -q pytorch torchvision -c soumith

0 commit comments

Comments
 (0)