Spaces:
Running
Running
Commit ·
c9f0aad
1
Parent(s): 0f46563
Remove checkpoint COPY from Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,6 @@ COPY requirements-space.txt .
|
|
| 6 |
RUN pip install --no-cache-dir -r requirements-space.txt
|
| 7 |
|
| 8 |
COPY app.py .
|
| 9 |
-
COPY output/checkpoints/best_model.pt output/checkpoints/best_model.pt
|
| 10 |
|
| 11 |
EXPOSE 7860
|
| 12 |
|
|
|
|
| 6 |
RUN pip install --no-cache-dir -r requirements-space.txt
|
| 7 |
|
| 8 |
COPY app.py .
|
|
|
|
| 9 |
|
| 10 |
EXPOSE 7860
|
| 11 |
|