Spaces:
Paused
Paused
E-Hospital
commited on
Commit
•
9ed6676
1
Parent(s):
2026ead
Update Dockerfile
Browse files- Dockerfile +2 -4
Dockerfile
CHANGED
@@ -10,11 +10,9 @@ RUN apt install software-properties-common -y
|
|
10 |
|
11 |
RUN add-apt-repository ppa:deadsnakes/ppa
|
12 |
|
13 |
-
RUN apt install -y python3.10 python3.10-distutils
|
14 |
|
15 |
-
RUN
|
16 |
-
|
17 |
-
RUN curl https://bootstrap.pypa.io/23.1.2/get-pip.py -o get-pip.py && python3.10 get-pip.py && rm get-pip.py
|
18 |
|
19 |
RUN apt-get install -y git-all
|
20 |
|
|
|
10 |
|
11 |
RUN add-apt-repository ppa:deadsnakes/ppa
|
12 |
|
13 |
+
RUN apt install -y python3.10 python3.10-distutils python3-pip
|
14 |
|
15 |
+
RUN python -m pip install pip==23.1.2
|
|
|
|
|
16 |
|
17 |
RUN apt-get install -y git-all
|
18 |
|