ahmedzein commited on
Commit
092c6ca
·
verified ·
1 Parent(s): 577515f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /usr/src/app
6
  RUN apt-get update
7
  # RUN apt-get install -y libgl1-mesa-glx
8
  RUN apt install -y python3-pip
9
- RUN sudo rm /usr/lib/python3.*/EXTERNALLY-MANAGED
10
 
11
  COPY requirements.txt .
12
 
 
6
  RUN apt-get update
7
  # RUN apt-get install -y libgl1-mesa-glx
8
  RUN apt install -y python3-pip
9
+ RUN rm /usr/lib/python3.*/EXTERNALLY-MANAGED
10
 
11
  COPY requirements.txt .
12