Spaces:
Running
Running
manhteky123
commited on
Commit
•
8a38f1d
1
Parent(s):
2023955
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use the official Python image from the Docker Hub
|
2 |
-
FROM python:3.
|
3 |
|
4 |
# Set up a new user named "user" with user ID 1000
|
5 |
RUN useradd -m -u 1000 user
|
|
|
1 |
# Use the official Python image from the Docker Hub
|
2 |
+
FROM python:3.10-slim
|
3 |
|
4 |
# Set up a new user named "user" with user ID 1000
|
5 |
RUN useradd -m -u 1000 user
|