Spaces:
Sleeping
Sleeping
build stage add
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
# # Set up a new user named "user" with user ID 1000
|
2 |
# RUN useradd -m -u 1000 user
|
3 |
|
|
|
1 |
+
FROM python:3.9
|
2 |
# # Set up a new user named "user" with user ID 1000
|
3 |
# RUN useradd -m -u 1000 user
|
4 |
|