sasha HF staff commited on
Commit
21d41dc
·
verified ·
1 Parent(s): 56e6341

Update Dockerfile

Browse files

what's going on

Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -9,10 +9,6 @@ ARG INSTALL_CHANNEL=pytorch
9
  # Automatically set by buildx
10
  ARG TARGETPLATFORM
11
 
12
- RUN useradd -m -u 1000 user
13
-
14
- USER user
15
-
16
  # Set home to the user's home directory
17
  ENV HOME=/home/user \
18
  PATH=/home/user/.local/bin:$PATH
 
9
  # Automatically set by buildx
10
  ARG TARGETPLATFORM
11
 
 
 
 
 
12
  # Set home to the user's home directory
13
  ENV HOME=/home/user \
14
  PATH=/home/user/.local/bin:$PATH