Corran commited on
Commit
46cc39b
·
verified ·
1 Parent(s): 2ae8e86

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM jupyter/scipy-notebook:latest
2
  RUN mamba install -c conda-forge localtileserver osmnx -y && \
3
- pip install -U solara solara-enterprise[auth] && \
4
  fix-permissions "${CONDA_DIR}" && \
5
  fix-permissions "/home/${NB_USER}"
6
 
@@ -14,4 +14,4 @@ USER ${NB_USER}
14
 
15
  EXPOSE 8765
16
 
17
- CMD ["solara", "run", "app.py", "--host=0.0.0.0", "--port", "7860"]
 
1
  FROM jupyter/scipy-notebook:latest
2
  RUN mamba install -c conda-forge localtileserver osmnx -y && \
3
+ pip install -U solara solara-enterprise[auth] replicate && \
4
  fix-permissions "${CONDA_DIR}" && \
5
  fix-permissions "/home/${NB_USER}"
6
 
 
14
 
15
  EXPOSE 8765
16
 
17
+ CMD ["solara", "run", "App.py", "--host=0.0.0.0", "--port", "7860"]