Commit 48faabcd authored by Wei-Ting Kuo's avatar Wei-Ting Kuo

fix Dockerfile for better consistency

parent 42d7ce24
...@@ -7,7 +7,7 @@ MAINTAINER Jupyter Project <jupyter@googlegroups.com> ...@@ -7,7 +7,7 @@ MAINTAINER Jupyter Project <jupyter@googlegroups.com>
USER $NB_USER USER $NB_USER
# Install Python 3 Tensorflow # Install Python 3 Tensorflow
RUN conda install --quiet --yes -c conda-forge 'tensorflow=0.9.0' RUN conda install --quiet --yes 'tensorflow=0.9.0'
# Install Python 2 Tensorflow # Install Python 2 Tensorflow
RUN conda install --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 'tensorflow=0.9.0' RUN conda install --quiet --yes -n python2 'tensorflow=0.9.0'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment