Spaces:
Sleeping
Sleeping
imperialwool
commited on
Commit
•
cd2b254
1
Parent(s):
5fc7bc2
Update Dockerfile
Browse files- 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 ["
|
|
|
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"]
|