motoe moto commited on
Commit
3129e85
1 Parent(s): 0f56736

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ ENV PGID=1000
7
  ENV TZ=Etc/UTC
8
 
9
  # Create a user with user ID 1000 to match Hugging Face's requirement
10
- RUN useradd -m -u 1000 user
11
 
12
  # Set the user and working directory to avoid permission issues
13
  USER user
 
7
  ENV TZ=Etc/UTC
8
 
9
  # Create a user with user ID 1000 to match Hugging Face's requirement
10
+ # UN useradd -m -u 1000 user
11
 
12
  # Set the user and working directory to avoid permission issues
13
  USER user