Spaces:
Running
Running
Fix Dockerfile - remove datasets copy (now using HF Dataset)
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,7 +16,7 @@ COPY app.py .
|
|
| 16 |
COPY templates/ templates/
|
| 17 |
COPY static/ static/
|
| 18 |
COPY src/ src/
|
| 19 |
-
|
| 20 |
|
| 21 |
# Create directories
|
| 22 |
RUN mkdir -p outputs .cache/datasets
|
|
|
|
| 16 |
COPY templates/ templates/
|
| 17 |
COPY static/ static/
|
| 18 |
COPY src/ src/
|
| 19 |
+
# Note: datasets are now downloaded from HF Dataset at runtime
|
| 20 |
|
| 21 |
# Create directories
|
| 22 |
RUN mkdir -p outputs .cache/datasets
|