LoremPizza commited on
Commit
2e9df10
·
verified ·
1 Parent(s): 6eebd14

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN apt-get update && \
18
  COPY entrypoint.sh /entrypoint.sh
19
  RUN chmod +x /entrypoint.sh
20
 
21
- # Create a non-root user (Hugging Face runs containers with user ID 1000 by default)
22
  RUN useradd -m -s /bin/bash warpuser && \
23
  chown warpuser:warpuser /entrypoint.sh
24
 
 
18
  COPY entrypoint.sh /entrypoint.sh
19
  RUN chmod +x /entrypoint.sh
20
 
21
+ # Create a non-root user
22
  RUN useradd -m -s /bin/bash warpuser && \
23
  chown warpuser:warpuser /entrypoint.sh
24