File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- ARG UBUNTU_VERSION=22 .04
16- ARG CUDA_VERSION=11.7.1
15+ ARG UBUNTU_VERSION=24 .04
16+ ARG CUDA_VERSION=12.6.3
1717
1818
1919FROM nvidia/cuda:${CUDA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}
2020
2121ARG PYTHON_VERSION=3.10
22- ARG PYTORCH_VERSION=2.1
22+ ARG PYTORCH_VERSION=2.7
2323ARG MAX_ALLOWED_NCCL=2.22.3
2424
2525SHELL ["/bin/bash" , "-c" ]
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- ARG PYTORCH_VERSION=22.09
15+ ARG PYTORCH_VERSION=25.04
1616
1717# https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes
1818FROM nvcr.io/nvidia/pytorch:${PYTORCH_VERSION}-py3
4444 cp -r pytorch-lightning/*examples . && \
4545
4646# Installations \
47- pip install "Pillow>=8.2, !=8.3.0" "cryptography>=3.4" "py>=1.10" --no-cache-dir && \
4847 PACKAGE_NAME=pytorch pip install './lightning[extra,loggers,strategies]' --no-cache-dir && \
4948 rm -rf pytorch-lightning && \
5049 pip list
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515ARG PYTHON_VERSION=3.10
16- ARG PYTORCH_VERSION=2.0
17- ARG CUDA_VERSION=11.8.0
16+ ARG PYTORCH_VERSION=2.7
17+ ARG CUDA_VERSION=12.6.3
1818
1919FROM pytorchlightning/pytorch_lightning:base-cuda-py${PYTHON_VERSION}-torch${PYTORCH_VERSION}-cuda${CUDA_VERSION}
2020
You can’t perform that action at this time.
0 commit comments