Skip to content

Commit

Permalink
[DOCKER] add ci tag, upgrade gpu-ci (apache#2438)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored and AWS Neo committed Feb 20, 2019
1 parent ea6e00a commit 0c3d887
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docker/Dockerfile.ci_gpu
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# CI docker GPU env
# tag: v0.41
FROM nvidia/cuda:8.0-cudnn7-devel

# Base scripts
Expand Down Expand Up @@ -48,6 +49,9 @@ RUN bash /install/ubuntu_install_mxnet.sh
COPY install/ubuntu_install_coreml.sh /install/ubuntu_install_coreml.sh
RUN bash /install/ubuntu_install_coreml.sh

COPY install/ubuntu_install_tensorflow.sh /install/ubuntu_install_tensorflow.sh
RUN bash /install/ubuntu_install_tensorflow.sh

COPY install/ubuntu_install_keras.sh /install/ubuntu_install_keras.sh
RUN bash /install/ubuntu_install_keras.sh

Expand Down
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_tensorflow.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pip3 install tensorflow-gpu
pip3 install tensorflow

0 comments on commit 0c3d887

Please sign in to comment.