Spaces:
Running
Running
Mitesh Koshiya
commited on
Commit
·
0d8f750
1
Parent(s):
67f0b1c
Update more accuracy level
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use a lightweight Python base
|
2 |
-
FROM python:3.
|
3 |
|
4 |
# Create a non-root user
|
5 |
RUN useradd -m -u 1000 user
|
|
|
1 |
# Use a lightweight Python base
|
2 |
+
FROM python:3.10-slim
|
3 |
|
4 |
# Create a non-root user
|
5 |
RUN useradd -m -u 1000 user
|