likhonsheikh commited on
Commit
e4487eb
·
verified ·
1 Parent(s): e7ca98e

Update Dockerfile

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