diff --git a/docker/torch2.1.0-cuda11.8.dockerfile b/docker/torch2.1.0-cuda11.8.dockerfile index ed9a7464f..f130ab0de 100644 --- a/docker/torch2.1.0-cuda11.8.dockerfile +++ b/docker/torch2.1.0-cuda11.8.dockerfile @@ -1,4 +1,4 @@ -FROM pytorch/pytorch:2.1.0-cuda11.8-cudnn8-devel +FROM pytorch/pytorch:2.1.0-cuda11.8-cudnn8-runtime 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 4d8dd86c5..9f38ebb99 100644 --- a/docker/torch2.1.0-cuda12.1.dockerfile +++ b/docker/torch2.1.0-cuda12.1.dockerfile @@ -1,4 +1,4 @@ -FROM pytorch/pytorch:2.1.0-cuda12.1-cudnn8-devel +FROM pytorch/pytorch:2.1.0-cuda12.1-cudnn8-runtime ENV LC_ALL C.UTF-8