Update Dockerfile
Browse files- 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
|
9 |
-
RUN python3
|
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 |
|