Spaces:
Runtime error
Runtime error
Commit
·
d5f7cb1
1
Parent(s):
4da54d1
Update pip
Browse files- Dockerfile +1 -5
Dockerfile
CHANGED
@@ -10,10 +10,6 @@ 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 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
|
@@ -44,7 +40,7 @@ RUN chmod 755 $WORKDIR
|
|
44 |
|
45 |
COPY requirements.txt $WORKDIR/requirements.txt
|
46 |
COPY oneformer $WORKDIR/oneformer
|
47 |
-
|
48 |
RUN python3 -m pip install --upgrade pip
|
49 |
RUN pip3 install multidict
|
50 |
RUN pip3 install typing-extensions
|
|
|
10 |
ffmpeg libsm6 libxext6 cmake libgl1-mesa-glx \
|
11 |
&& rm -rf /var/lib/apt/lists/*
|
12 |
|
|
|
|
|
|
|
|
|
13 |
|
14 |
RUN apt-get -y update
|
15 |
RUN apt install -y software-properties-common
|
|
|
40 |
|
41 |
COPY requirements.txt $WORKDIR/requirements.txt
|
42 |
COPY oneformer $WORKDIR/oneformer
|
43 |
+
RUN python3 --version
|
44 |
RUN python3 -m pip install --upgrade pip
|
45 |
RUN pip3 install multidict
|
46 |
RUN pip3 install typing-extensions
|