Ramlaoui commited on
Commit
05297eb
1 Parent(s): 0ef6a76

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -19,9 +19,6 @@ RUN pip install --no-cache-dir -r requirements.txt
19
  # Copy the application code
20
  COPY app.py .
21
 
22
- # Copy the preprocessing script
23
- COPY create_index.py .
24
-
25
  # Expose the port Dash will run on
26
  EXPOSE 7860
27
 
 
19
  # Copy the application code
20
  COPY app.py .
21
 
 
 
 
22
  # Expose the port Dash will run on
23
  EXPOSE 7860
24