DeFactOfficial commited on
Commit
e5c282b
·
verified ·
1 Parent(s): a878e43

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 1000 hamster
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