We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1df7b commit 3c76461Copy full SHA for 3c76461
doc/source/conf.py
@@ -32,7 +32,6 @@
32
"tensorflow.python",
33
"tensorflow.python.client",
34
"tensorflow.python.util",
35
- "smart_open",
36
"ray.local_scheduler",
37
"ray.plasma",
38
"ray.core.generated.TaskInfo",
docker/examples/Dockerfile
@@ -3,6 +3,6 @@
3
FROM ray-project/deploy
4
RUN conda install -y -c conda-forge tensorflow
5
RUN apt-get install -y zlib1g-dev
6
-RUN pip install gym[atari] opencv-python==3.2.0.8 smart_open
+RUN pip install gym[atari] opencv-python==3.2.0.8
7
RUN pip install --upgrade git+git://github.com/hyperopt/hyperopt.git
8
# RUN conda install -y -q pytorch torchvision -c soumith
0 commit comments