Remove unneeded stuffs

This commit is contained in:
city_unit 2023-11-19 00:34:54 -05:00
parent 6b22dc0119
commit 80c69939ae

View file

@ -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