added pytorch
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
91608947b4
commit
f5fec02bec
|
@ -107,6 +107,7 @@ ENV NUM_GPUS=1
|
||||||
#==2.11.0=cuda*
|
#==2.11.0=cuda*
|
||||||
#RUN mamba install -y -c conda-forge tensorflow-gpu
|
#RUN mamba install -y -c conda-forge tensorflow-gpu
|
||||||
RUN CONDA_OVERRIDE_CUDA="11.2" conda install tensorflow-gpu==2.11.0 -c conda-forge
|
RUN CONDA_OVERRIDE_CUDA="11.2" conda install tensorflow-gpu==2.11.0 -c conda-forge
|
||||||
|
RUN CONDA_OVERRIDE_CUDA="11.2" conda install -c conda-forge pytorch-gpu
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
RUN mamba install --quiet --yes \
|
RUN mamba install --quiet --yes \
|
||||||
'notebook' \
|
'notebook' \
|
||||||
|
|
Loading…
Reference in New Issue