-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
搭建环境时出错,无法加载 #108
Comments
我也是 |
我也是重新docker装下,报同样的错误 |
解决不了哇。有解决掉的吗? |
pip版本的问题,更新即可,在Dockerfile的 install system requirementRUN sed -i s/archive.ubuntu.com/mirrors.aliyun.com/g /etc/apt/sources.list setup all the configfilesRUN echo "daemon off;" >> /etc/nginx/nginx.conf install requirementRUN python3 -m pip install --upgrade "pip<21.0" volumneVOLUME ["/var/lib/redis"] WORKDIR /home/docker/Github-Monitor/ ENV LANG C.UTF-8 EXPOSE 80 CMD ["/bin/bash", "/home/docker/Github-Monitor/docker/run.sh"] |
感谢 |
报错内容。
有大神能帮助解决下嘛
The text was updated successfully, but these errors were encountered: