Skip to content

Commit

Permalink
Updating dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SiLiKhon committed Feb 18, 2020
1 parent ac6931d commit 9fd4318
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
22 changes: 12 additions & 10 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# from tensorflow 2.0.0 gpu py3 jupyter
FROM 88178d65d12c
# from tensorflow 2.1.0 gpu py3 jupyter
FROM tensorflow/tensorflow:2.1.0-gpu-py3-jupyter

RUN pip install --upgrade \
pip \
setuptools

RUN pip3 install jupyterlab==1.1.4 \
pandas==0.25.1 \
numpy==1.17.2 \
scikit-learn==0.21.1 \
tqdm==4.36.1 \
matplotlib==3.1.1 \
seaborn==0.9.0 \
scipy==1.3.1
RUN pip3 install jupyterlab==1.2.6 \
pandas==1.0.1 \
numpy==1.18.1 \
scikit-learn==0.22.1 \
tqdm==4.42.1 \
matplotlib==3.1.3 \
seaborn==0.10.0 \
scipy==1.4.1 \
Pillow==7.0.0 \
PyYAML==5.3
1 change: 1 addition & 0 deletions docker/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker build -t silikhon/tensorflow2:v1 .
3 changes: 3 additions & 0 deletions docker/push.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# docker login

docker push silikhon/tensorflow2:v1

0 comments on commit 9fd4318

Please sign in to comment.