mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
1. 更新dockerfile,减小docker镜像体积
2. 去除无用依赖,减少bug出现几率
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# myproject/Dockerfile
|
||||
|
||||
# 建立 python3.9 环境
|
||||
FROM python:3.9.13
|
||||
FROM python:3.9-slim
|
||||
|
||||
# 镜像作者大江狗
|
||||
MAINTAINER ngfchl ngfchl@126.com
|
||||
|
||||
@@ -1,25 +1,13 @@
|
||||
APScheduler==3.9.1
|
||||
asgiref==3.5.2
|
||||
astor==0.8.1
|
||||
async-timeout==4.0.2
|
||||
attrdict==2.0.1
|
||||
Babel==2.10.3
|
||||
baidu-aip==4.16.7
|
||||
bce-python-sdk==0.8.74
|
||||
borax==3.5.6
|
||||
cachetools==5.2.0
|
||||
certifi==2022.6.15
|
||||
cffi==1.15.1
|
||||
chardet==5.0.0
|
||||
charset-normalizer==2.1.1
|
||||
click==8.1.3
|
||||
cloudscraper==1.2.60
|
||||
cssselect==1.1.0
|
||||
cssutils==2.5.1
|
||||
cycler==0.11.0
|
||||
Cython==0.29.32
|
||||
decorator==5.1.1
|
||||
cloudscraper==1.2.64
|
||||
defusedxml==0.7.1
|
||||
deluge-client==1.9.0
|
||||
Deprecated==1.2.13
|
||||
diff-match-patch==20200713
|
||||
Django==4.1
|
||||
@@ -29,80 +17,37 @@ django-redis==5.2.0
|
||||
django-simpleui==2022.7.29
|
||||
docker==6.0.0
|
||||
et-xmlfile==1.1.0
|
||||
Flask==2.2.2
|
||||
Flask-Babel==2.0.0
|
||||
fonttools==4.35.0
|
||||
future==0.18.2
|
||||
gitdb==4.0.9
|
||||
GitPython==3.1.27
|
||||
htmlgenerator==1.2.18
|
||||
idna==3.3
|
||||
imageio==2.21.1
|
||||
imgaug==0.4.0
|
||||
importlib-metadata==4.12.0
|
||||
itsdangerous==2.1.2
|
||||
Jinja2==3.1.2
|
||||
kiwisolver==1.4.4
|
||||
lmdb==1.3.0
|
||||
lxml==4.9.1
|
||||
Markdown==3.4.1
|
||||
MarkupPy==1.14
|
||||
MarkupSafe==2.1.1
|
||||
matplotlib==3.5.3
|
||||
networkx==2.8.5
|
||||
numpy==1.23.2
|
||||
odfpy==1.4.1
|
||||
OpenCC==1.1.4
|
||||
opencv-contrib-python==4.4.0.46
|
||||
opencv-python==4.6.0.66
|
||||
openpyxl==3.0.10
|
||||
opt-einsum==3.3.0
|
||||
packaging==21.3
|
||||
paddle-bfloat==0.1.7
|
||||
paddleocr==2.5.0.3
|
||||
paddlepaddle==2.3.1
|
||||
pandas==1.4.3
|
||||
Pillow==9.2.0
|
||||
premailer==3.10.0
|
||||
prettytable==3.3.0
|
||||
protobuf==3.20.0
|
||||
pyclipper==1.3.0.post3
|
||||
pycryptodome==3.15.0
|
||||
pycparser==2.21
|
||||
pyparsing==3.0.9
|
||||
pypushdeer==0.0.3
|
||||
python-dateutil==2.8.2
|
||||
python-Levenshtein==0.12.2
|
||||
pytz==2022.2.1
|
||||
pytz-deprecation-shim==0.1.0.post0
|
||||
PyWavelets==1.3.0
|
||||
PyYAML==6.0
|
||||
qbittorrent-api==2022.8.36
|
||||
qbittorrent-api==2022.8.37
|
||||
redis==4.3.4
|
||||
requests==2.28.1
|
||||
requests-toolbelt==0.9.1
|
||||
scikit-image==0.19.3
|
||||
scipy==1.9.0
|
||||
Shapely==1.8.3
|
||||
simplejson==3.17.6
|
||||
six==1.16.0
|
||||
smmap==5.0.0
|
||||
sqlparse==0.4.2
|
||||
supervisor==4.2.4
|
||||
tablib==3.2.1
|
||||
tifffile==2022.8.12
|
||||
tqdm==4.64.0
|
||||
transmission-rpc==3.3.2
|
||||
typing_extensions==4.3.0
|
||||
tzdata==2022.2
|
||||
tzlocal==4.2
|
||||
urllib3==1.26.11
|
||||
visualdl==2.3.0
|
||||
wcwidth==0.2.5
|
||||
urllib3==1.26.12
|
||||
websocket-client==1.4.0
|
||||
wechat-push==1.0.1
|
||||
Werkzeug==2.2.2
|
||||
wrapt==1.14.1
|
||||
wxpusher==2.2.0
|
||||
xlrd==2.0.1
|
||||
xlwt==1.3.0
|
||||
zipp==3.8.1
|
||||
|
||||
Reference in New Issue
Block a user