|
@ -5,7 +5,7 @@ WORKDIR /app |
|
|
COPY . . |
|
|
COPY . . |
|
|
|
|
|
|
|
|
RUN pip install --upgrade pip -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com && \ |
|
|
RUN pip install --upgrade pip -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com && \ |
|
|
pip install -r ./requirements_linux.txt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com && \ |
|
|
pip install -r ./code/pep-stats-report/requirements_linux.txt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com && \ |
|
|
cp SimHei.ttf /usr/local/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf && \ |
|
|
cp SimHei.ttf /usr/local/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf && \ |
|
|
pyinstaller -F main.py --distpath=. |
|
|
pyinstaller -F main.py --distpath=. |
|
|
|
|
|
|
|
|