File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM lablup/common-base:py36- cuda10.1
1
+ FROM lablup/common-base:cuda10.1
2
2
3
3
ARG TF_BUILD_VERSION=r2.3
4
4
# Install the most recent bazel release.
@@ -45,13 +45,16 @@ RUN python3 -m pip install --no-cache-dir \
45
45
tensorflow-gan==2.0.0 \
46
46
tensorflow-data-validation==0.23.0 \
47
47
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 \
49
50
jupyter-tensorboard==0.2.0 \
50
51
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 \
52
54
tensorflow-plot==0.3.2 \
53
55
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 \
55
58
tfx==0.22.1 \
56
59
tfx-bsl==0.22.1
57
60
RUN python3 -m pip install --no-cache-dir \
You can’t perform that action at this time.
0 commit comments