Spaces:
Runtime error
Runtime error
mahimairaja
commited on
Commit
·
de83029
1
Parent(s):
45fda39
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
FROM python:3.10.12
|
2 |
|
|
|
|
|
3 |
# Switch to the "user" user
|
4 |
USER user
|
5 |
|
|
|
1 |
FROM python:3.10.12
|
2 |
|
3 |
+
RUN useradd -m -u 1000 user
|
4 |
+
|
5 |
# Switch to the "user" user
|
6 |
USER user
|
7 |
|