overwrite69 commited on
Commit
1851036
·
verified ·
1 Parent(s): 1fe893b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN pip install --no-cache-dir \
21
  httpx==0.26.0 \
22
  cloudscraper==1.2.71 \
23
  requests==2.31.0 \
24
- gradio==4.15.0
25
 
26
  # Create the application file
27
  RUN cat > /app/app.py << 'PYTHON_EOF'
@@ -1782,4 +1782,4 @@ PYTHON_EOF
1782
  EXPOSE 7860
1783
 
1784
  # Run the application
1785
- CMD ["python", "/app/app.py"]
 
21
  httpx==0.26.0 \
22
  cloudscraper==1.2.71 \
23
  requests==2.31.0 \
24
+ gradio==4.44.0
25
 
26
  # Create the application file
27
  RUN cat > /app/app.py << 'PYTHON_EOF'
 
1782
  EXPOSE 7860
1783
 
1784
  # Run the application
1785
+ CMD ["python", "/app/app.py"]