tf 2.11
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
maltegrosse 2023-01-24 15:52:08 +01:00
parent 62d3bd0bc9
commit fad9184183
1 changed files with 2 additions and 2 deletions

View File

@ -277,13 +277,13 @@ WORKDIR "${HOME}"
# LABEL authors="Christoph Schranz <christoph.schranz@salzburgresearch.at>, Mathematical Michael <consistentbayes@gmail.com>"
#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