meg HF staff commited on
Commit
1590827
·
verified ·
1 Parent(s): b9e8649

Removing 'user' from ENV definitions.

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -2
Dockerfile CHANGED
@@ -10,8 +10,10 @@ ARG INSTALL_CHANNEL=pytorch
10
  ARG TARGETPLATFORM
11
 
12
 
13
- ENV HOME=/home/user \
14
- PATH=/home/user/.local/bin:/opt/conda/bin:$PATH
 
 
15
 
16
  RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
17
  build-essential \
 
10
  ARG TARGETPLATFORM
11
 
12
 
13
+ #ENV HOME=/home/user \
14
+ # PATH=/home/user/.local/bin:/opt/conda/bin:$PATH
15
+
16
+ ENV PATH=/opt/conda/bin:$PATH
17
 
18
  RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
19
  build-essential \