From 80c69939ae4a8ac6485a86bfad82853584986fe4 Mon Sep 17 00:00:00 2001 From: city_unit <140349364+city-unit@users.noreply.github.com> Date: Sun, 19 Nov 2023 00:34:54 -0500 Subject: [PATCH] Remove unneeded stuffs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5cb178a..79c53eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ WORKDIR /usr/src/app COPY . . # Install torch with CUDA support and exllamav2 -RUN pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121 +RUN pip install torch --extra-index-url https://download.pytorch.org/whl/cu121 RUN pip install exllamav2 # Install any other needed packages specified in requirements.txt