Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -4,7 +4,8 @@ RUN echo '[global]' > /etc/pip.conf && \
|
|
| 4 |
echo 'index-url = https://mirrors.aliyun.com/pypi/simple/' >> /etc/pip.conf && \
|
| 5 |
echo 'trusted-host = mirrors.aliyun.com' >> /etc/pip.conf
|
| 6 |
|
| 7 |
-
RUN pip3 install gradio requests[socks] mdtex2html
|
|
|
|
| 8 |
|
| 9 |
COPY . /gpt
|
| 10 |
WORKDIR /gpt
|
|
|
|
| 4 |
echo 'index-url = https://mirrors.aliyun.com/pypi/simple/' >> /etc/pip.conf && \
|
| 5 |
echo 'trusted-host = mirrors.aliyun.com' >> /etc/pip.conf
|
| 6 |
|
| 7 |
+
RUN pip3 install gradio requests[socks] mdtex2html
|
| 8 |
+
RUN pip3 install --upgrade pymupdf
|
| 9 |
|
| 10 |
COPY . /gpt
|
| 11 |
WORKDIR /gpt
|