Skip to content

Commit

Permalink
refs #32: add - keras to python3-tensorflow-gpu image
Browse files Browse the repository at this point in the history
  • Loading branch information
adrysn committed Apr 14, 2017
1 parent 75fee78 commit b56a2d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python3-tensorflow-gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ ADD tensorflow-1.0.0-cp36-cp36m-linux_x86_64.whl /tmp
USER work
RUN /home/sorna/pyenv-run.sh pip install /tmp/tensorflow-*.whl

# Install Keras
RUN /home/sorna/pyenv-run.sh pip install keras

# Secure installation scripts
USER root
ADD run.sh /home/sorna/run.sh
Expand Down

0 comments on commit b56a2d4

Please sign in to comment.