Spaces:
Runtime error
Runtime error
Commit
·
4da54d1
1
Parent(s):
6e6edc9
Update pip
Browse files- Dockerfile +5 -0
Dockerfile
CHANGED
@@ -10,6 +10,11 @@ RUN apt-get update && apt-get install -y \
|
|
10 |
ffmpeg libsm6 libxext6 cmake libgl1-mesa-glx \
|
11 |
&& rm -rf /var/lib/apt/lists/*
|
12 |
|
|
|
|
|
|
|
|
|
|
|
13 |
RUN apt-get -y update
|
14 |
RUN apt install -y software-properties-common
|
15 |
RUN add-apt-repository ppa:deadsnakes/ppa
|
|
|
10 |
ffmpeg libsm6 libxext6 cmake libgl1-mesa-glx \
|
11 |
&& rm -rf /var/lib/apt/lists/*
|
12 |
|
13 |
+
RUN add-apt-repository --remove ppa:fkrull/deadsnakes
|
14 |
+
RUN apt-get -y update
|
15 |
+
RUN apt-get remove -y --purge python3.6
|
16 |
+
RUN apt-get remove -y --purge python3
|
17 |
+
|
18 |
RUN apt-get -y update
|
19 |
RUN apt install -y software-properties-common
|
20 |
RUN add-apt-repository ppa:deadsnakes/ppa
|