tf 2.11
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
62d3bd0bc9
commit
fad9184183
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue