ahmedzein commited on
Commit
577515f
·
verified ·
1 Parent(s): 26b45e0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -5,9 +5,8 @@ WORKDIR /usr/src/app
5
  # RUN add-apt-repository main
6
  RUN apt-get update
7
  # RUN apt-get install -y libgl1-mesa-glx
8
- RUN apt install -y python3-pip python3-venv
9
- RUN python3 -m venv .venv
10
- RUN source .venv/bin/activate
11
 
12
  COPY requirements.txt .
13
 
 
5
  # RUN add-apt-repository main
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