Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -23,7 +23,6 @@ RUN mkdir -p /data/.hf/cache /data/.cache/huggingface \
|
|
| 23 |
# Copy files first (owned by root initially)
|
| 24 |
COPY app.py .
|
| 25 |
COPY requirements.txt .
|
| 26 |
-
COPY subset_best_model.pkl .
|
| 27 |
COPY GTT.csv .
|
| 28 |
|
| 29 |
# Install Python deps
|
|
|
|
| 23 |
# Copy files first (owned by root initially)
|
| 24 |
COPY app.py .
|
| 25 |
COPY requirements.txt .
|
|
|
|
| 26 |
COPY GTT.csv .
|
| 27 |
|
| 28 |
# Install Python deps
|