giswqs commited on
Commit
4bf5e9e
·
1 Parent(s): c413560

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM quay.io/jupyter/base-notebook:latest
2
 
3
  COPY requirements.txt .
4
  RUN pip install -r requirements.txt
@@ -14,4 +14,4 @@ EXPOSE 8765
14
 
15
  HEALTHCHECK CMD curl --fail http://localhost:8765/_stcore/health
16
 
17
- ENTRYPOINT ["solara", "run", "./pages", "--server.port=8765", "--server.address=0.0.0.0"]
 
1
+ FROM python:3.12-slim
2
 
3
  COPY requirements.txt .
4
  RUN pip install -r requirements.txt
 
14
 
15
  HEALTHCHECK CMD curl --fail http://localhost:8765/_stcore/health
16
 
17
+ ENTRYPOINT ["solara", "run", "./pages", "--host=0.0.0.0"]