Spaces:
Sleeping
Sleeping
hoshoo21
commited on
Commit
·
6def4c8
1
Parent(s):
04cf2f6
fixing docker file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
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
|