Spaces:
Paused
Paused
Commit
·
9e730be
1
Parent(s):
d064c7a
Switched to Python 3.10
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Use Python 3.
|
2 |
-
FROM python:3.
|
3 |
|
4 |
# First: System-level operations that require root
|
5 |
RUN apt-get update && apt-get install -y \
|
|
|
1 |
+
# Use Python 3.10 slim image as base
|
2 |
+
FROM python:3.10-slim
|
3 |
|
4 |
# First: System-level operations that require root
|
5 |
RUN apt-get update && apt-get install -y \
|