From cafda8fd9bb54715199bb8756448f38e7d370e95 Mon Sep 17 00:00:00 2001 From: Christof Kaufmann <christof.kaufmann@hs-bochum.de> Date: Mon, 18 Nov 2024 14:56:47 +0100 Subject: [PATCH] keras3-gpu: Remove obsolete pip update of keras --- keras3-gpu/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/keras3-gpu/Dockerfile b/keras3-gpu/Dockerfile index d3bd17a..d2561d1 100644 --- a/keras3-gpu/Dockerfile +++ b/keras3-gpu/Dockerfile @@ -93,8 +93,6 @@ RUN mamba install --yes \ RUN pip install --no-cache-dir \ # gymnasium atari gives conflicts when installed from conda-forge gymnasium[atari,box2d,accept-rom-license] && \ - # install newest version of keras, since Keras3 is quite new and moves fast - pip install --no-cache-dir --upgrade keras && \ fix-permissions "${CONDA_DIR}" && \ fix-permissions "/home/${NB_USER}" -- GitLab