Skip to content

Commit 2f0c1d6

Browse files
committed
tensorflow data validation
1 parent 9c97fd4 commit 2f0c1d6

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

python-tensorflow/Dockerfile.2.8-py38-cuda11.3

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lablup/common-base:py38-cuda11.2
1+
FROM lablup/common-base:py38-cuda11.3
22

33
RUN python3 -m pip install --no-cache-dir --upgrade \
44
-q git+https://github.com/google-research/tensorflow_constrained_optimization
@@ -38,20 +38,22 @@ RUN python3 -m pip install --no-cache-dir \
3838
mesh-tensorflow==0.1.18 \
3939
tensorflow-cloud==0.1.10 \
4040
tensorflow-hub==0.9.0
41-
42-
RUN python3 -m pip install --no-cache-dir \
43-
-i https://pypi-nightly.tensorflow.org/simple tensorflow-data-validation
41+
RUN python3 -m pip uninstall -y apache-beam[gcp] && \
42+
python3 -m pip install --no-cache-dir apache-beam[gcp]==2.38.0
43+
RUN python3 -m pip install --no-cache-dir \
44+
tensorflow-gpu==2.8.0 \
45+
tensorboard-plugin-wit \
46+
tensorboard numpy scipy
4447
RUN python3 -m pip install --no-cache-dir \
4548
tensorflow-graphics-gpu==1.0.0 \
46-
tensorflow-io==0.17.0 \
49+
tensorflow-io==0.26.0 \
4750
tensorflow_ranking==0.3.2 \
4851
tensorflow-plot==0.3.2 \
49-
tensorflow_text==2.4.1 \
52+
tensorflow_text==2.8.2 \
5053
tensorflow-gan==2.0.0
51-
RUN python3 -m pip install --no-cache-dir \
52-
tensorflow-gpu==2.8.0 \
53-
tensorboard-plugin-wit \
54-
tensorboard numpy scipy
54+
RUN python3 -m pip install --no-cache-dir pyfarmhash==0.3.2 pyarrow==8.0.0 && \
55+
python3 -m pip install --no-cache-dir \
56+
-i https://pypi-nightly.tensorflow.org/simple tensorflow-data-validation==1.8.0.dev20220515
5557

5658
# Install Horovod, temporarily using CUDA stubs
5759
RUN ldconfig /usr/local/cuda/targets/x86_64-linux/lib/stubs && \

0 commit comments

Comments
 (0)