Delete data/raw/HF_DOCKER_FIX_INSTRUCTIONS.md
Browse files
data/raw/HF_DOCKER_FIX_INSTRUCTIONS.md
DELETED
|
@@ -1,17 +0,0 @@
|
|
| 1 |
-
# Hugging Face Docker Fix Instructions
|
| 2 |
-
|
| 3 |
-
1. Open your Hugging Face Space.
|
| 4 |
-
2. Go to Settings.
|
| 5 |
-
3. Change SDK to Docker.
|
| 6 |
-
4. Upload all files and folders from this ZIP.
|
| 7 |
-
5. Make sure these files are at the root:
|
| 8 |
-
- app.py
|
| 9 |
-
- Dockerfile
|
| 10 |
-
- requirements.txt
|
| 11 |
-
- README.md
|
| 12 |
-
- .streamlit/config.toml
|
| 13 |
-
- data/
|
| 14 |
-
- outputs/
|
| 15 |
-
6. Click Factory reboot or Restart Space.
|
| 16 |
-
|
| 17 |
-
The Dockerfile runs Streamlit on port 7860, which is required by Hugging Face Spaces.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|