Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,8 @@ COPY . /app
|
|
| 9 |
# Install dependencies
|
| 10 |
RUN pip install --upgrade pip
|
| 11 |
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|
| 12 |
-
RUN pip install
|
|
|
|
| 13 |
RUN pip install -r requirements.txt
|
| 14 |
|
| 15 |
# Expose app
|
|
|
|
| 9 |
# Install dependencies
|
| 10 |
RUN pip install --upgrade pip
|
| 11 |
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|
| 12 |
+
RUN pip install cut_cross_entropy \
|
| 13 |
+
&& pip install "unsloth>=2025.7" "unsloth_zoo>=2025.7"
|
| 14 |
RUN pip install -r requirements.txt
|
| 15 |
|
| 16 |
# Expose app
|