replace ubuntu software source
Build-Deploy-Actions
Details
Build-Deploy-Actions
Details
This commit is contained in:
parent
0785144200
commit
988a741ab4
|
@ -5,6 +5,7 @@ WORKDIR /app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
RUN pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple
|
RUN pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple
|
||||||
|
RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
|
||||||
|
|
||||||
ENV PYHTONUNBUFFERED=1
|
ENV PYHTONUNBUFFERED=1
|
||||||
RUN apt-get update && apt-get -y install tesseract-ocr
|
RUN apt-get update && apt-get -y install tesseract-ocr
|
||||||
|
|
Loading…
Reference in New Issue