Spaces:
Running
Running
Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
# Use Python 3.10 as base image
|
|
|
|
|
|
|
| 2 |
FROM python:3.10
|
| 3 |
|
| 4 |
# Set working directory
|
|
|
|
| 1 |
# Use Python 3.10 as base image
|
| 2 |
+
# Use Python 3.10 as base image
|
| 3 |
+
# Force Rebuild: 2025-11-21 (TinyLlama Fix)
|
| 4 |
FROM python:3.10
|
| 5 |
|
| 6 |
# Set working directory
|