Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM python:3.
|
2 |
|
3 |
WORKDIR /app # Set the working directory in the container
|
4 |
|
|
|
1 |
+
FROM python:3.9 # Use a Python 3.9 base image
|
2 |
|
3 |
WORKDIR /app # Set the working directory in the container
|
4 |
|