Update Dockerfile
Browse files- Dockerfile +47 -0
Dockerfile
CHANGED
|
@@ -1,3 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Use the official Python image as base
|
| 2 |
FROM python:3.11-slim
|
| 3 |
|
|
@@ -30,3 +76,4 @@ RUN playwright install
|
|
| 30 |
|
| 31 |
# Command to run the FastAPI app
|
| 32 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
|
|
| 1 |
+
Hugging Face's logo
|
| 2 |
+
Hugging Face
|
| 3 |
+
Models
|
| 4 |
+
Datasets
|
| 5 |
+
Spaces
|
| 6 |
+
Community
|
| 7 |
+
Docs
|
| 8 |
+
Enterprise
|
| 9 |
+
Pricing
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
Spaces:
|
| 14 |
+
|
| 15 |
+
d3evil4
|
| 16 |
+
/
|
| 17 |
+
scrape
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
like
|
| 21 |
+
0
|
| 22 |
+
|
| 23 |
+
Logs
|
| 24 |
+
App
|
| 25 |
+
Files
|
| 26 |
+
Community
|
| 27 |
+
Settings
|
| 28 |
+
scrape
|
| 29 |
+
/
|
| 30 |
+
Dockerfile
|
| 31 |
+
|
| 32 |
+
d3evil4's picture
|
| 33 |
+
d3evil4
|
| 34 |
+
Update Dockerfile
|
| 35 |
+
9c8f248
|
| 36 |
+
verified
|
| 37 |
+
2 minutes ago
|
| 38 |
+
raw
|
| 39 |
+
|
| 40 |
+
Copy download link
|
| 41 |
+
history
|
| 42 |
+
blame
|
| 43 |
+
edit
|
| 44 |
+
delete
|
| 45 |
+
|
| 46 |
+
881 Bytes
|
| 47 |
# Use the official Python image as base
|
| 48 |
FROM python:3.11-slim
|
| 49 |
|
|
|
|
| 76 |
|
| 77 |
# Command to run the FastAPI app
|
| 78 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
| 79 |
+
|