From 4b1e612eefbbbfbd432d8101ab4777812c36c7fc Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Wed, 3 Apr 2024 11:23:21 +0800 Subject: [PATCH] small fixes --- docker/torch2.0.0-cuda11.7.dockerfile | 1 + docker/torch2.1.0-cuda11.8.dockerfile | 1 + docker/torch2.1.0-cuda12.1.dockerfile | 1 + docker/torch2.2.0-cuda11.8.dockerfile | 1 + docker/torch2.2.0-cuda12.1.dockerfile | 1 + docker/torch2.2.1-cuda11.8.dockerfile | 1 + docker/torch2.2.1-cuda12.1.dockerfile | 1 + docker/torch2.2.2-cuda11.8.dockerfile | 1 + docker/torch2.2.2-cuda12.1.dockerfile | 1 + 9 files changed, 9 insertions(+) diff --git a/docker/torch2.0.0-cuda11.7.dockerfile b/docker/torch2.0.0-cuda11.7.dockerfile index ad23f8be7..31ff09ac6 100644 --- a/docker/torch2.0.0-cuda11.7.dockerfile +++ b/docker/torch2.0.0-cuda11.7.dockerfile @@ -1,4 +1,5 @@ FROM pytorch/pytorch:2.0.0-cuda11.7-cudnn8-devel +# python 3.10 ENV LC_ALL C.UTF-8 diff --git a/docker/torch2.1.0-cuda11.8.dockerfile b/docker/torch2.1.0-cuda11.8.dockerfile index 4e6812b83..83b64a8d2 100644 --- a/docker/torch2.1.0-cuda11.8.dockerfile +++ b/docker/torch2.1.0-cuda11.8.dockerfile @@ -1,4 +1,5 @@ FROM pytorch/pytorch:2.1.0-cuda11.8-cudnn8-devel +# python 3.10 ENV LC_ALL C.UTF-8 diff --git a/docker/torch2.1.0-cuda12.1.dockerfile b/docker/torch2.1.0-cuda12.1.dockerfile index c7de4cf28..ec366a898 100644 --- a/docker/torch2.1.0-cuda12.1.dockerfile +++ b/docker/torch2.1.0-cuda12.1.dockerfile @@ -1,4 +1,5 @@ FROM pytorch/pytorch:2.1.0-cuda12.1-cudnn8-devel +# python 3.10 ENV LC_ALL C.UTF-8 diff --git a/docker/torch2.2.0-cuda11.8.dockerfile b/docker/torch2.2.0-cuda11.8.dockerfile index 0104ae870..143f0e066 100644 --- a/docker/torch2.2.0-cuda11.8.dockerfile +++ b/docker/torch2.2.0-cuda11.8.dockerfile @@ -1,4 +1,5 @@ FROM pytorch/pytorch:2.2.0-cuda11.8-cudnn8-devel +# python 3.10 ENV LC_ALL C.UTF-8 diff --git a/docker/torch2.2.0-cuda12.1.dockerfile b/docker/torch2.2.0-cuda12.1.dockerfile index ccd5265b2..c6d5a771f 100644 --- a/docker/torch2.2.0-cuda12.1.dockerfile +++ b/docker/torch2.2.0-cuda12.1.dockerfile @@ -1,4 +1,5 @@ FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-devel +# python 3.10 ENV LC_ALL C.UTF-8 diff --git a/docker/torch2.2.1-cuda11.8.dockerfile b/docker/torch2.2.1-cuda11.8.dockerfile index 0528ba72f..d874134d7 100644 --- a/docker/torch2.2.1-cuda11.8.dockerfile +++ b/docker/torch2.2.1-cuda11.8.dockerfile @@ -1,4 +1,5 @@ FROM pytorch/pytorch:2.2.1-cuda11.8-cudnn8-devel +# python 3.10 ENV LC_ALL C.UTF-8 diff --git a/docker/torch2.2.1-cuda12.1.dockerfile b/docker/torch2.2.1-cuda12.1.dockerfile index 3cdbb16ec..6e4ef290a 100644 --- a/docker/torch2.2.1-cuda12.1.dockerfile +++ b/docker/torch2.2.1-cuda12.1.dockerfile @@ -1,4 +1,5 @@ FROM pytorch/pytorch:2.2.1-cuda12.1-cudnn8-devel +# python 3.10 ENV LC_ALL C.UTF-8 diff --git a/docker/torch2.2.2-cuda11.8.dockerfile b/docker/torch2.2.2-cuda11.8.dockerfile index 47fef0a93..bca40a065 100644 --- a/docker/torch2.2.2-cuda11.8.dockerfile +++ b/docker/torch2.2.2-cuda11.8.dockerfile @@ -1,4 +1,5 @@ FROM pytorch/pytorch:2.2.2-cuda11.8-cudnn8-devel +# python 3.10 ENV LC_ALL C.UTF-8 diff --git a/docker/torch2.2.2-cuda12.1.dockerfile b/docker/torch2.2.2-cuda12.1.dockerfile index fa35711e6..4fb8946e7 100644 --- a/docker/torch2.2.2-cuda12.1.dockerfile +++ b/docker/torch2.2.2-cuda12.1.dockerfile @@ -1,4 +1,5 @@ FROM pytorch/pytorch:2.2.2-cuda12.1-cudnn8-devel +# python 3.10 ENV LC_ALL C.UTF-8