Spaces:
Runtime error
Runtime error
Commit
·
fbf1e1c
1
Parent(s):
7421fab
Update pip
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -11,6 +11,8 @@ RUN apt-get update && apt-get install -y \
|
|
11 |
&& rm -rf /var/lib/apt/lists/*
|
12 |
|
13 |
RUN apt-get -y update
|
|
|
|
|
14 |
RUN apt-get -y install python3.9
|
15 |
RUN apt-get -y install python3-pip
|
16 |
|
|
|
11 |
&& rm -rf /var/lib/apt/lists/*
|
12 |
|
13 |
RUN apt-get -y update
|
14 |
+
RUN apt install software-properties-common
|
15 |
+
RUN add-apt-repository ppa:deadsnakes/ppa
|
16 |
RUN apt-get -y install python3.9
|
17 |
RUN apt-get -y install python3-pip
|
18 |
|