zhengr commited on
Commit
ce99200
·
verified ·
1 Parent(s): d3260c8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  #FROM registry.cn-shanghai.aliyuncs.com/akfamily/aktools:1.8.99
2
- FROM clarkck/aktools:v0.0.90-v1.16.98
3
 
 
4
  RUN chmod -R 777 /usr/local/lib/python3.12/site-packages/aktools
5
 
6
  # Expose the port the app runs on
 
1
  #FROM registry.cn-shanghai.aliyuncs.com/akfamily/aktools:1.8.99
2
+ FROM clarkck/aktools:v0.0.89-v1.15.82
3
 
4
+ RUN pip install aktools --upgrade -i https://pypi.org/simple # AKTools's version should great than 0.0.88
5
  RUN chmod -R 777 /usr/local/lib/python3.12/site-packages/aktools
6
 
7
  # Expose the port the app runs on