derful commited on
Commit
eb5612e
1 Parent(s): 253ecc8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 pymupdf
 
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