rishikumar20202023 commited on
Commit
90b1604
·
verified ·
1 Parent(s): 1255f01

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -30,8 +30,7 @@ RUN apt-get -qqy update \
30
 
31
 
32
 
33
- RUN pip install --break-system-packages --upgrade pip \
34
- && pip install --break-system-packages -r requirements.txt
35
 
36
  RUN chown "${SEL_UID}:${SEL_GID}" $HOME/.local
37
 
 
30
 
31
 
32
 
33
+ RUN pip install --break-system-packages -r requirements.txt
 
34
 
35
  RUN chown "${SEL_UID}:${SEL_GID}" $HOME/.local
36