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