From 35ab6cfcf138c8d47e825f801a010b648c7502da Mon Sep 17 00:00:00 2001 From: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com> Date: Wed, 10 May 2023 16:16:06 +0200 Subject: [PATCH] fix(docker): remove CUDA_VERSION --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c4494173..50145395 100644 --- a/Dockerfile +++ b/Dockerfile @@ -123,7 +123,6 @@ ENV HUGGINGFACE_HUB_CACHE=/data \ PORT=80 # NVIDIA env vars -ENV CUDA_VERSION=11.8.0 ENV NVIDIA_VISIBLE_DEVICES all ENV NVIDIA_DRIVER_CAPABILITIES compute,utility # Required for nvidia-docker v1