Skip to content

Commit

Permalink
Merge pull request #29 from Draichi/master
Browse files Browse the repository at this point in the history
Updating Dockerfile (pip install)
  • Loading branch information
lespeholt committed Jan 11, 2019
2 parents b50d1e1 + 44626b4 commit 2bbbf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8
apt-get update && apt-get install -y bazel

# Install TensorFlow and other dependencies
RUN pip install tensorflow==1.9.0 dm-sonnet
RUN pip install tensorflow==1.9.0 dm-sonnet==1.23

# Build and install DeepMind Lab pip package.
# We explicitly set the Numpy path as shown here:
Expand Down

0 comments on commit 2bbbf45

Please sign in to comment.