tao-shen commited on
Commit
625685e
·
verified ·
1 Parent(s): 0cf0599

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -15,4 +15,5 @@ ENV GRADIO_SERVER_NAME="0.0.0.0"
15
  ENV PYTHONUNBUFFERED=1
16
  ENV PYTHON_VERSION=3.12
17
 
18
- CMD ["python", "scripts/entrypoint.sh"]
 
 
15
  ENV PYTHONUNBUFFERED=1
16
  ENV PYTHON_VERSION=3.12
17
 
18
+ # Direct execution to bypass shell layering issues
19
+ CMD ["python", "app.py"]