mirror of
https://github.com/clearml/clearml-fractional-gpu
synced 2025-05-05 20:44:24 +00:00
Additional examples
This commit is contained in:
parent
f036004e3e
commit
0241c224dc
@ -1,5 +1,5 @@
|
|||||||
FROM allegroai/clearml-fractional-gpu:u22.04-cu12.3-8gb
|
FROM allegroai/clearml-fractional-gpu:u22.04-cu12.3-8gb
|
||||||
|
|
||||||
# upgrade torch to the latest version
|
# upgrade torch to the latest version
|
||||||
RUN pip3 install -U torch torchvision torchaudio torchdata torchmetrics torchrec torchtext
|
RUN pip3 install -U clearml pandas numpy
|
||||||
|
|
5
examples/Dockerfile.pytorch
Normal file
5
examples/Dockerfile.pytorch
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM allegroai/clearml-fractional-gpu:u22.04-cu12.3-8gb
|
||||||
|
|
||||||
|
# upgrade torch to the latest version
|
||||||
|
RUN pip3 install -U clearml torch torchvision torchaudio torchdata torchmetrics torchrec torchtext
|
||||||
|
|
5
examples/Dockerfile.tensorflow
Normal file
5
examples/Dockerfile.tensorflow
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM allegroai/clearml-fractional-gpu:u22.04-cu12.3-8gb
|
||||||
|
|
||||||
|
# upgrade torch to the latest version
|
||||||
|
RUN pip3 install -U clearml tensorflow
|
||||||
|
|
Loading…
Reference in New Issue
Block a user