XciD HF Staff commited on
Commit
1a2207f
·
verified ·
1 Parent(s): 56e1252

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM tiangolo/uvicorn-gunicorn:python3.12
2
  ENV GRADIO_SERVER_PORT=7860
3
  ENV GRADIO_SERVER_NAME=0.0.0.0
4
 
 
1
+ FROM python:3
2
  ENV GRADIO_SERVER_PORT=7860
3
  ENV GRADIO_SERVER_NAME=0.0.0.0
4