Spaces:
Running
Running
Update Dockerfile
Browse files- 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 |
|