meg HF staff commited on
Commit
52e7969
·
verified ·
1 Parent(s): 32c109c

Removing all chown business.

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -9,8 +9,6 @@ ARG INSTALL_CHANNEL=pytorch
9
  # Automatically set by buildx
10
  ARG TARGETPLATFORM
11
 
12
- RUN useradd -m -u 1000 user
13
-
14
  RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
15
  build-essential \
16
  ca-certificates \
 
9
  # Automatically set by buildx
10
  ARG TARGETPLATFORM
11
 
 
 
12
  RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
13
  build-essential \
14
  ca-certificates \