Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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.
|
| 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"]
|