tf
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
82acfa910f
commit
036a23cecb
|
@ -7,7 +7,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
registry: git.sandbox.iuk.hdm-stuttgart.de
|
registry: git.sandbox.iuk.hdm-stuttgart.de
|
||||||
repository: grosse/jupyterlab-datascience-gpu
|
repository: grosse/jupyterlab-datascience-gpu
|
||||||
tag: 4.0.x-gpu-torch
|
tag: 4.0.x-gpu-tf
|
||||||
architectures: amd64
|
architectures: amd64
|
||||||
context: Dockerfile
|
context: Dockerfile
|
||||||
loglevel: debug
|
loglevel: debug
|
||||||
|
|
|
@ -5,4 +5,4 @@ ARG NB_UID="1000"
|
||||||
ARG NB_GID="100"
|
ARG NB_GID="100"
|
||||||
ENV CONDA_CUDA_OVERRIDE="11.2"
|
ENV CONDA_CUDA_OVERRIDE="11.2"
|
||||||
ENV NUM_GPUS=1
|
ENV NUM_GPUS=1
|
||||||
RUN CONDA_OVERRIDE_CUDA="11.2" conda install -c conda-forge pytorch-gpu
|
RUN CONDA_OVERRIDE_CUDA="11.2" conda install tensorflow-gpu==2.11.0 -c conda-forge
|
Loading…
Reference in New Issue