Natthathida commited on
Commit
3bc550a
·
verified ·
1 Parent(s): 111cf95

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -29,12 +29,12 @@ COPY ./requirements.txt .
29
  # RUN pip install torch transformers -U
30
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
31
 
32
- USER root
33
 
34
  EXPOSE 5000
35
 
36
- ENV HOME=/home/root \
37
- PATH=/home/root/.local/bin:$PATH
38
 
39
 
40
  WORKDIR $HOME/app
 
29
  # RUN pip install torch transformers -U
30
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
31
 
32
+ USER user
33
 
34
  EXPOSE 5000
35
 
36
+ ENV HOME=/home/user \
37
+ PATH=/home/user/.local/bin:$PATH
38
 
39
 
40
  WORKDIR $HOME/app