ak / Dockerfile
zhengr's picture
Update Dockerfile
a5313d6 verified
raw
history blame contribute delete
422 Bytes
#FROM registry.cn-shanghai.aliyuncs.com/akfamily/aktools:1.8.99
#FROM clarkck/aktools:v0.0.89-v1.15.82
FROM kkqy/aktools:latest
RUN pip install aktools --upgrade -i https://pypi.org/simple # AKTools's version should great than 0.0.88
RUN chmod -R 777 /usr/local/lib/python3.13/site-packages/aktools
# Expose the port the app runs on
EXPOSE 8080
#CMD ["python", "-m", "aktools", "--host", "0.0.0.0", "--port", "8080"]