Spaces:
Sleeping
Sleeping
Commit ·
046840c
1
Parent(s): 6ada97f
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Step 1: Use Python 3.10.6 as the base image
|
| 2 |
-
FROM python:3.10.6
|
| 3 |
|
| 4 |
# Step 2: Set the working directory inside the container
|
| 5 |
WORKDIR /app
|
|
|
|
| 1 |
# Step 1: Use Python 3.10.6 as the base image
|
| 2 |
+
FROM python:3.10.6
|
| 3 |
|
| 4 |
# Step 2: Set the working directory inside the container
|
| 5 |
WORKDIR /app
|