Spaces:
Runtime error
Runtime error
Commit
·
701f5dd
1
Parent(s):
e8501a3
Install typing
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -39,6 +39,7 @@ COPY requirements.txt $WORKDIR/requirements.txt
|
|
39 |
COPY oneformer $WORKDIR/oneformer
|
40 |
|
41 |
RUN pip3 install multidict
|
|
|
42 |
RUN pip3 install gradio --no-cache-dir
|
43 |
RUN pip3 install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
|
44 |
|
|
|
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
|
44 |
RUN pip3 install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
|
45 |
|