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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -19,6 +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 ExoMACModel ./ExoMACModel
23
 
24
  # 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 datasets ./NASA_datasets
23
  COPY ExoMACModel ./ExoMACModel
24
 
25
  # Create non-root user matching Spaces runtime and fix permissions