Spaces:
Runtime error
Runtime error
adityasugandhi
commited on
Commit
•
de4ecd8
1
Parent(s):
3526597
bug fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM python:3.
|
2 |
|
3 |
# Create a directory for the application and set permissions
|
4 |
RUN mkdir -p /app && \
|
|
|
1 |
+
FROM python:3.10
|
2 |
|
3 |
# Create a directory for the application and set permissions
|
4 |
RUN mkdir -p /app && \
|