Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,7 +19,7 @@ RUN mkdir -p /data/.hf/cache /data/.cache/huggingface \
|
|
| 19 |
# Copy files first (owned by root initially)
|
| 20 |
COPY app.py .
|
| 21 |
COPY requirements.txt .
|
| 22 |
-
COPY INS.
|
| 23 |
|
| 24 |
# Install Python deps
|
| 25 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 19 |
# Copy files first (owned by root initially)
|
| 20 |
COPY app.py .
|
| 21 |
COPY requirements.txt .
|
| 22 |
+
COPY INS.xlsx .
|
| 23 |
|
| 24 |
# Install Python deps
|
| 25 |
RUN pip install --no-cache-dir -r requirements.txt
|