Fix gym[atari]
parent
89ba90408d
commit
5b3284b0e3
|
@ -11,8 +11,10 @@ RUN conda install -c jjhelmus tensorflow=0.10.0
|
||||||
RUN conda install -c conda-forge jupyter_contrib_nbextensions
|
RUN conda install -c conda-forge jupyter_contrib_nbextensions
|
||||||
RUN jupyter contrib nbextension install --user
|
RUN jupyter contrib nbextension install --user
|
||||||
RUN jupyter nbextension enable toc2/main
|
RUN jupyter nbextension enable toc2/main
|
||||||
RUN pip install gym gym[atari]
|
RUN pip install gym
|
||||||
|
RUN pip install 'gym[atari]'
|
||||||
|
|
||||||
# Python 3
|
# Python 3
|
||||||
RUN conda install -n python3 -c jjhelmus tensorflow=0.10.0
|
RUN conda install -n python3 -c jjhelmus tensorflow=0.10.0
|
||||||
RUN /bin/bash -c "source activate python3 && pip install gym gym[atari]"
|
RUN /bin/bash -c "source activate python3 && pip install gym"
|
||||||
|
RUN /bin/bash -c "source activate python3 && pip install 'gym[atari]'"
|
||||||
|
|
Loading…
Reference in New Issue