ahmedzein commited on
Commit
6f9321c
·
verified ·
1 Parent(s): bf08476

Update Dockerfile

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