Spaces:
Sleeping
Sleeping
hoshoo21 commited on
Commit ·
6bfc351
1
Parent(s): 16edb14
docker file fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM
|
| 2 |
|
| 3 |
# Step 2: Set working directory in the container
|
| 4 |
WORKDIR /app
|
|
|
|
| 1 |
+
FROM python 3.11.0
|
| 2 |
|
| 3 |
# Step 2: Set working directory in the container
|
| 4 |
WORKDIR /app
|