Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -17,8 +17,8 @@ RUN pip3 install --no-cache-dir -r requirements.txt
|
|
17 |
# Copy app and support folders
|
18 |
COPY app.py ./
|
19 |
COPY utils/ ./utils/
|
20 |
-
COPY models/ ./models/
|
21 |
-
COPY .streamlit/ .streamlit/
|
22 |
|
23 |
EXPOSE 8501
|
24 |
|
|
|
17 |
# Copy app and support folders
|
18 |
COPY app.py ./
|
19 |
COPY utils/ ./utils/
|
20 |
+
COPY models/ ./models/
|
21 |
+
COPY .streamlit/ .streamlit/
|
22 |
|
23 |
EXPOSE 8501
|
24 |
|