Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ LABEL maintainer="[email protected]" \
|
|
13 |
usage="https://huggingface.co/spaces/DeFactOfficial/MMAPI"
|
14 |
|
15 |
# Set up a new user named "user" with user ID 1000
|
16 |
-
RUN useradd -m -u
|
17 |
|
18 |
# Switch to the "user" user
|
19 |
USER hamster
|
|
|
13 |
usage="https://huggingface.co/spaces/DeFactOfficial/MMAPI"
|
14 |
|
15 |
# Set up a new user named "user" with user ID 1000
|
16 |
+
RUN useradd -m -u 1027 hamster
|
17 |
|
18 |
# Switch to the "user" user
|
19 |
USER hamster
|