mirror of
https://github.com/clearml/clearml-fractional-gpu
synced 2025-06-26 18:26:02 +00:00
Additional examples
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM allegroai/clearml-fractional-gpu:u22.04-cu12.3-8gb
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user