Skip to content

Commit 56cada3

Browse files
authored
Upgrade CPU image to TF to 2.12 (#209)
Upgraded cpu tf version to unblock build
1 parent 0044c80 commit 56cada3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN R -e "reticulate::conda_create(envname = \"${ENV_NAME}\", conda = \"auto\",
4747
ENV RETICULATE_PYTHON="${MINICONDA_PATH}/envs/${ENV_NAME}/bin/python"
4848

4949
# Tensorflow and Keras
50-
ARG TENSORFLOW_VERSION=2.11.0
50+
ARG TENSORFLOW_VERSION=2.12.0
5151
RUN R -e "keras::install_keras(tensorflow = \"${TENSORFLOW_VERSION}\", extra_packages = c(\"pandas\", \"numpy\", \"pycryptodome\"), method=\"conda\", envname=\"${ENV_NAME}\")"
5252

5353
# Install kaggle libraries.

0 commit comments

Comments
 (0)