shamik commited on
Commit
6bda5c1
·
unverified ·
1 Parent(s): d8efd82

fix: running the app with uv.

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -31,5 +31,4 @@ RUN uv run huggingface-cli download Shamik/arxiv_cs_2020_07_2025 --repo-type dat
31
  ENV PYTHONUNBUFFERED=1 GRADIO_ALLOW_FLAGGING=never GRADIO_NUM_PORTS=1 GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=7860 SYSTEM=spaces
32
 
33
  # RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true
34
-
35
- CMD ["python", "app.py"]
 
31
  ENV PYTHONUNBUFFERED=1 GRADIO_ALLOW_FLAGGING=never GRADIO_NUM_PORTS=1 GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=7860 SYSTEM=spaces
32
 
33
  # RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true
34
+ RUN uv run app.py