Skip to content

Commit

Permalink
tmp rm tf1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
justheuristic authored Jan 1, 2018
1 parent c0dd80c commit 6063245
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN echo "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted
RUN apt-get -qq update

RUN apt-get install -y gcc g++ wget unzip
RUN apt-get install -y libstdc++6
RUN apt-get install -y libopenblas-dev liblapack-dev libsdl2-dev libboost-all-dev
RUN apt-get install -y cmake zlib1g-dev libjpeg-dev
RUN apt-get install -y xvfb libav-tools xorg-dev python-opengl python3-opengl
Expand All @@ -15,14 +14,14 @@ RUN ln -s /usr/bin/swig3.0 /usr/bin/swig


USER main

RUN conda install -y libgcc # fix https://github.com/ContinuumIO/anaconda-issues/issues/483
RUN pip install --upgrade pip
RUN pip install --upgrade --ignore-installed setuptools #fix https://github.com/tensorflow/tensorflow/issues/622
RUN pip install --upgrade sklearn tqdm nltk editdistance joblib
RUN pip install --upgrade gym[all]
RUN pip install --upgrade http://download.pytorch.org/whl/cu80/torch-0.3.0.post4-cp27-cp27mu-linux_x86_64.whl
RUN pip install --upgrade torchvision
RUN pip install --upgrade tensorflow==1.4.0
#RUN pip install --upgrade tensorflow==1.4.0
RUN pip install --upgrade keras
RUN pip install --upgrade https://github.com/Theano/Theano/archive/master.zip
RUN pip install --upgrade https://github.com/Lasagne/Lasagne/archive/master.zip
Expand All @@ -36,7 +35,7 @@ RUN /home/main/anaconda/envs/python3/bin/pip install --upgrade --ignore-installe
RUN /home/main/anaconda/envs/python3/bin/pip install --upgrade gym[all]
RUN /home/main/anaconda/envs/python3/bin/pip install --upgrade http://download.pytorch.org/whl/cu80/torch-0.3.0.post4-cp35-cp35m-linux_x86_64.whl
RUN /home/main/anaconda/envs/python3/bin/pip install --upgrade torchvision
RUN /home/main/anaconda/envs/python3/bin/pip install --upgrade tensorflow==1.4.0
#RUN /home/main/anaconda/envs/python3/bin/pip install --upgrade tensorflow==1.4.0
RUN /home/main/anaconda/envs/python3/bin/pip install --upgrade keras
RUN /home/main/anaconda/envs/python3/bin/pip install --upgrade https://github.com/Theano/Theano/archive/master.zip
RUN /home/main/anaconda/envs/python3/bin/pip install --upgrade https://github.com/Lasagne/Lasagne/archive/master.zip
Expand Down

0 comments on commit 6063245

Please sign in to comment.