Ramesh-vani commited on
Commit
3889bd1
·
verified ·
1 Parent(s): 891a747

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- USER root
2
- FROM docker.io/library/python:3.10@sha256:d5b1fbbc00fd3b55620a9314222498bebf09c4bf606425bf464709ed6a79f202
3
  RUN pip freeze > /tmp/freeze.txt
4
  RUN pip install --no-cache-dir gradio[oauth]==4.13.0 "uvicorn>=0.14.0" spaces
5
  RUN --mount=target=requirements.txt,source=requirements.txt pip install --no-cache-dir -r requirements.txt
 
1
+
2
+ FROM python:3.9
3
  RUN pip freeze > /tmp/freeze.txt
4
  RUN pip install --no-cache-dir gradio[oauth]==4.13.0 "uvicorn>=0.14.0" spaces
5
  RUN --mount=target=requirements.txt,source=requirements.txt pip install --no-cache-dir -r requirements.txt