Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -38,7 +38,7 @@ COPY requirements.txt .
|
|
38 |
|
39 |
# Pre-install torch so flash-attn doesn't fail
|
40 |
RUN pip install --upgrade pip && \
|
41 |
-
pip install torch==2.6
|
42 |
|
43 |
# Install the rest of the dependencies
|
44 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
38 |
|
39 |
# Pre-install torch so flash-attn doesn't fail
|
40 |
RUN pip install --upgrade pip && \
|
41 |
+
pip install torch==2.6 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
|
42 |
|
43 |
# Install the rest of the dependencies
|
44 |
RUN pip install --no-cache-dir -r requirements.txt
|