zhengr commited on
Commit
a5313d6
·
verified ·
1 Parent(s): be5ab27

Update Dockerfile

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