Pingul commited on
Commit
6779c69
·
verified ·
1 Parent(s): 4e48697

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 datasets ./NASA_datasets
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