We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c048f commit 35d6a20Copy full SHA for 35d6a20
docker/tester_Dockerfile
@@ -1,8 +1,6 @@
1
FROM neocxi/rllab_exp_gpu_tf:py3
2
3
-RUN /opt/conda/envs/rllab3/bin/conda install -y nomkl && \
4
- /opt/conda/envs/rllab3/bin/conda uninstall -y scipy && \
5
- /opt/conda/envs/rllab3/bin/conda install -y scipy
+RUN bash -c 'source activate rllab3 && conda install -y nomkl && conda uninstall -y scipy && conda install -y scipy'
6
7
ADD . /root/code/rllab
8
WORKDIR /root/code/rllab
0 commit comments