Spaces:
Runtime error
Runtime error
Jitesh Jain
commited on
Commit
·
6e6edc9
1
Parent(s):
fbf1e1c
Update pip
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ 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 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
|
|
|
|
| 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
|
| 16 |
RUN apt-get -y install python3.9
|
| 17 |
RUN apt-get -y install python3-pip
|