Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,7 +19,7 @@ RUN pip install --upgrade pip \
|
|
| 19 |
# Copy only what the app needs (avoid notebooks/datasets/.venv)
|
| 20 |
COPY app.py ./app.py
|
| 21 |
COPY models ./models
|
| 22 |
-
COPY
|
| 23 |
COPY ExoMACModel ./ExoMACModel
|
| 24 |
|
| 25 |
# Create non-root user matching Spaces runtime and fix permissions
|
|
|
|
| 19 |
# Copy only what the app needs (avoid notebooks/datasets/.venv)
|
| 20 |
COPY app.py ./app.py
|
| 21 |
COPY models ./models
|
| 22 |
+
COPY NASA_datasets ./NASA_datasets
|
| 23 |
COPY ExoMACModel ./ExoMACModel
|
| 24 |
|
| 25 |
# Create non-root user matching Spaces runtime and fix permissions
|