Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -19,9 +19,6 @@ RUN conda install -c conda-forge -y \
|
|
| 19 |
# Quick pip installs for packages not in conda
|
| 20 |
RUN pip install --no-cache-dir datasets streamlit
|
| 21 |
|
| 22 |
-
# Install extensions in background during startup
|
| 23 |
-
COPY install-extensions.sh /app/
|
| 24 |
-
RUN chmod +x /app/install-extensions.sh
|
| 25 |
|
| 26 |
# Minimal startup
|
| 27 |
EXPOSE 8080
|
|
|
|
| 19 |
# Quick pip installs for packages not in conda
|
| 20 |
RUN pip install --no-cache-dir datasets streamlit
|
| 21 |
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
# Minimal startup
|
| 24 |
EXPOSE 8080
|