imperialwool commited on
Commit
cd2b254
1 Parent(s): 5fc7bc2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ RUN python3 -m pip install -U --no-cache-dir pip setuptools wheel
29
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
30
 
31
  # Now it's time to run Quart app using uvicorn! (It's faster, trust me.)
32
- CMD ["python", "gradio_app.py"]
 
29
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
30
 
31
  # Now it's time to run Quart app using uvicorn! (It's faster, trust me.)
32
+ CMD ["gradio", "gradio_app.py"]