caviri
commited on
Commit
·
87e8db8
1
Parent(s):
f92f2c1
ci: Testing HF
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -38,7 +38,7 @@ RUN apt-get update && apt-get -y upgrade \
|
|
38 |
##################################################
|
39 |
|
40 |
# Set up a new user named "user" with user ID 1000
|
41 |
-
RUN useradd -m -u 1000 user
|
42 |
|
43 |
# Switch to the "user" user
|
44 |
USER user
|
|
|
38 |
##################################################
|
39 |
|
40 |
# Set up a new user named "user" with user ID 1000
|
41 |
+
#RUN useradd -m -u 1000 user
|
42 |
|
43 |
# Switch to the "user" user
|
44 |
USER user
|