diff --git a/Dockerfile b/Dockerfile index a425664..56dec0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -277,13 +277,13 @@ WORKDIR "${HOME}" # LABEL authors="Christoph Schranz , Mathematical Michael " - + #tensorflow 2.10.1 requires keras<2.11,>=2.10.0, but you have keras 2.11.0 # Install Tensorflow, check compatibility here: # https://www.tensorflow.org/install/source#gpu # installation via conda leads to errors in version 4.8.2 RUN pip install --upgrade pip && \ - pip install --no-cache-dir "tensorflow==2.10.1" + pip install --no-cache-dir "tensorflow==2.11.0" RUN pip install --upgrade pip && \ pip install --no-cache-dir keras==2.11.0