GDMProjects commited on
Commit
30c7349
·
verified ·
1 Parent(s): 48987b9

Update Dockerfile

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