mamba
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
maltegrosse 2023-01-30 16:25:55 +01:00
parent 361051ad4d
commit b4b014858f
1 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,6 @@ FROM git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab-datascience:latest
USER jovyan
RUN conda install -c conda-forge tensorflow-gpu=2.10 -y
#RUN conda install -c conda-forge tensorflow-gpu=2.11 -y
RUN mamba install -c conda-forge tensorflow=cuda112py310* -y