|
1 |
| -FROM lablup/common-base:py38-cuda11.2 |
| 1 | +FROM lablup/common-base:py38-cuda11.3 |
2 | 2 |
|
3 | 3 | RUN python3 -m pip install --no-cache-dir --upgrade \
|
4 | 4 | -q git+https://github.com/google-research/tensorflow_constrained_optimization
|
@@ -38,20 +38,22 @@ RUN python3 -m pip install --no-cache-dir \
|
38 | 38 | mesh-tensorflow==0.1.18 \
|
39 | 39 | tensorflow-cloud==0.1.10 \
|
40 | 40 | 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 |
44 | 47 | RUN python3 -m pip install --no-cache-dir \
|
45 | 48 | tensorflow-graphics-gpu==1.0.0 \
|
46 |
| - tensorflow-io==0.17.0 \ |
| 49 | + tensorflow-io==0.26.0 \ |
47 | 50 | tensorflow_ranking==0.3.2 \
|
48 | 51 | tensorflow-plot==0.3.2 \
|
49 |
| - tensorflow_text==2.4.1 \ |
| 52 | + tensorflow_text==2.8.2 \ |
50 | 53 | 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 |
55 | 57 |
|
56 | 58 | # Install Horovod, temporarily using CUDA stubs
|
57 | 59 | RUN ldconfig /usr/local/cuda/targets/x86_64-linux/lib/stubs && \
|
|
0 commit comments