Spaces:
Runtime error
Runtime error
Commit
·
e2f7627
1
Parent(s):
701f5dd
Update pip
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -38,6 +38,7 @@ RUN chmod 755 $WORKDIR
|
|
38 |
COPY requirements.txt $WORKDIR/requirements.txt
|
39 |
COPY oneformer $WORKDIR/oneformer
|
40 |
|
|
|
41 |
RUN pip3 install multidict
|
42 |
RUN pip3 install typing-extensions
|
43 |
RUN pip3 install gradio --no-cache-dir
|
|
|
38 |
COPY requirements.txt $WORKDIR/requirements.txt
|
39 |
COPY oneformer $WORKDIR/oneformer
|
40 |
|
41 |
+
RUN python -m pip install --upgrade pip
|
42 |
RUN pip3 install multidict
|
43 |
RUN pip3 install typing-extensions
|
44 |
RUN pip3 install gradio --no-cache-dir
|