Remove unneeded stuffs
This commit is contained in:
parent
6b22dc0119
commit
80c69939ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue