Skip to content

Commit 25fc5fe

Browse files
committed
change lable
1 parent f312eb2 commit 25fc5fe

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

python-tensorflow/Dockerfile.1.14-py36-cuda9

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
# Lablup/Python-TensorFlow 1.14 Python 3.6
22

3-
FROM lablup/common-tensorflow:1.14-py36-cuda9 as tf-binary
4-
FROM lablup/common-base:19.06-py36-cuda9
3+
FROM lablup/common-base:19.12-py36-cuda10
54
MAINTAINER Mario Cho "[email protected]"
65

76
# Install ipython kernelspec
8-
RUN python3 -m ipykernel install --display-name "TensorFlow 1.14 on Python 3.6 (CUDA 9.0)" && \
7+
RUN python3 -m ipykernel install --display-name "TensorFlow 1.15 on Python 3.6 (CUDA 10.0)" && \
98
cat /usr/local/share/jupyter/kernels/python3/kernel.json
109

11-
COPY --from=tf-binary /tmp/tensorflow_pkg/tensorflow-*.whl /tmp
12-
1310
RUN python3 -m pip install --no-cache-dir wheel /tmp/*.whl && \
1411
python3 -m pip install --no-cache-dir Keras==2.3.1 && \
1512
python3 -m pip install --no-cache-dir keras_applications && \
1613
python3 -m pip install --no-cache-dir keras_preprocessing && \
17-
python3 -m pip install --no-cache-dir tensorflow-hub==0.5.0 && \
14+
python3 -m pip install --no-cache-dir tensorflow-hub && \
1815
python3 -m pip install --no-cache-dir tf2onnx && \
1916
python3 -m pip install --no-cache-dir tqdm && \
2017
python3 -m pip install --no-cache-dir pillow && \
@@ -30,6 +27,7 @@ RUN python3 -m pip install --no-cache-dir wheel /tmp/*.whl && \
3027
python3 -m pip install --no-cache-dir networkx==2.3 && \
3128
python3 -m pip install --no-cache-dir google-images-download==2.8.0 && \
3229
python3 -m pip install --no-cache-dir opencv-python && \
30+
python3 -m pip install --no-cache-dir jupyter-tensorboard && \
3331
python3 -m pip install --no-cache-dir pygame && \
3432
rm -rf /root/.cache && \
3533
rm -f /tmp/*.whl

0 commit comments

Comments
 (0)