Skip to content

Commit

Permalink
Upgrade CPU image to TF to 2.12 (#209)
Browse files Browse the repository at this point in the history
Upgraded cpu tf version to unblock build
  • Loading branch information
calderjo authored Jul 2, 2024
1 parent 0044c80 commit 56cada3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN R -e "reticulate::conda_create(envname = \"${ENV_NAME}\", conda = \"auto\",
ENV RETICULATE_PYTHON="${MINICONDA_PATH}/envs/${ENV_NAME}/bin/python"

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

# Install kaggle libraries.
Expand Down

0 comments on commit 56cada3

Please sign in to comment.