File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ RUN ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/lib
36
36
{{ end }}
37
37
38
38
# Keep these variables in sync if base image is updated.
39
- ENV TENSORFLOW_VERSION=2.12 .0
39
+ ENV TENSORFLOW_VERSION=2.13 .0
40
40
# See https://github.com/tensorflow/io#tensorflow-version-compatibility
41
- ENV TENSORFLOW_IO_VERSION=0.32 .0
41
+ ENV TENSORFLOW_IO_VERSION=0.34 .0
42
42
43
43
# We need to redefine the ARG here to get the ARG value defined above the FROM instruction.
44
44
# See: https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
@@ -520,8 +520,7 @@ RUN pip install flashtext \
520
520
pyarabic \
521
521
pandasql \
522
522
tensorflow_hub \
523
- # b/300552705 Remove pin once we upgrade to TensorFlow 2.13
524
- tensorflowjs==4.10 \
523
+ tensorflowjs \
525
524
jieba \
526
525
# ggplot is broken and main repo does not merge and release https://github.com/yhat/ggpy/pull/668
527
526
https://github.com/hbasria/ggpy/archive/0.11.5.zip \
Original file line number Diff line number Diff line change 1
1
BASE_IMAGE_REPO=gcr.io/deeplearning-platform-release
2
- BASE_IMAGE_TAG=m109
3
- CPU_BASE_IMAGE_NAME=tf2-cpu.2-12 .py310
4
- GPU_BASE_IMAGE_NAME=tf2-gpu.2-12 .py310
2
+ BASE_IMAGE_TAG=m111
3
+ CPU_BASE_IMAGE_NAME=tf2-cpu.2-13 .py310
4
+ GPU_BASE_IMAGE_NAME=tf2-gpu.2-13 .py310
5
5
LIGHTGBM_VERSION=3.3.2
6
6
TORCH_VERSION=2.0.0
7
7
TORCHAUDIO_VERSION=2.0.1
You can’t perform that action at this time.
0 commit comments