Spaces:
Sleeping
Sleeping
Commit
·
dc1f6ee
1
Parent(s):
77f238b
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Use python:3.
|
2 |
-
FROM python:3.
|
3 |
|
4 |
# Set the working directory inside the container
|
5 |
WORKDIR /code
|
|
|
1 |
+
# Use python:3.11-slim as the base image
|
2 |
+
FROM python:3.11-slim
|
3 |
|
4 |
# Set the working directory inside the container
|
5 |
WORKDIR /code
|