Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
1. Base Image: Use a pre-configured Python environment (like a fresh OS install)
|
| 2 |
FROM python:3.11-slim
|
| 3 |
|
| 4 |
# 2. Setup: Create a folder inside the container to hold your app
|
|
|
|
| 1 |
+
#1. Base Image: Use a pre-configured Python environment (like a fresh OS install)
|
| 2 |
FROM python:3.11-slim
|
| 3 |
|
| 4 |
# 2. Setup: Create a folder inside the container to hold your app
|