Skip to content

Commit 6584413

Browse files
committed
separate build chain
1 parent 2864964 commit 6584413

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

python-tensorflow/Dockerfile.2.3-py36-cuda10.1

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lablup/common-base:py36-cuda10.1
1+
FROM lablup/common-base:cuda10.1
22

33
ARG TF_BUILD_VERSION=r2.3
44
# Install the most recent bazel release.
@@ -45,13 +45,16 @@ RUN python3 -m pip install --no-cache-dir \
4545
tensorflow-gan==2.0.0 \
4646
tensorflow-data-validation==0.23.0 \
4747
tensorflow-model-optimization==0.3.0
48-
RUN python3 -m pip install --no-cache-dir --upgrade \
48+
RUN python3 -m pip install --no-cache-dir \
49+
# wcwidth==0.2.5 \
4950
jupyter-tensorboard==0.2.0 \
5051
tf-agents==0.5.0 \
51-
tf-slim==1.1.0 \
52+
tf-slim==1.1.0
53+
RUN python3 -m pip install --no-cache-dir \
5254
tensorflow-plot==0.3.2 \
5355
tensorflow-lattice==2.0.5 \
54-
tensorflow-io==0.15.0 \
56+
tensorflow-io==0.15.0
57+
RUN python3 -m pip install --no-cache-dir \
5558
tfx==0.22.1 \
5659
tfx-bsl==0.22.1
5760
RUN python3 -m pip install --no-cache-dir \

0 commit comments

Comments
 (0)