huggingface / Google-Cloud-Containers

Hugging Face Deep Learning Containers (DLCs) for Google Cloud
https://hf.co/docs/google-cloud
Apache License 2.0
127 stars 16 forks source link

Add `pytorch/training/gpu/2.3.0/transformers/4.42.3/py310/Dockerfile` #50

Closed alvarobartt closed 4 months ago

alvarobartt commented 4 months ago

Description

This PR adds a new image with the following differences w.r.t. the previous one:

Additionally, in top of the previous one aligns the formatting to use indent with 4 spaces instead of 2 spaces, since that's Docker's default for better readability, use double-quotes over single-quotes when defining the build arguments, and installs Python 3.10 as per the directory name, since it was under the py310 one, but installing Python 3.11

Open questions

cc @philschmid