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