Closed DDYuudachi closed 1 year ago
你在运行 dockerfiles/ToolServerNode/Dockerfile
中的 RUN apt update && apt install -y build-essential make openjdk-17-jdk-headless curl docker.io docker-compose psmisc sudo
遇到了问题。
但在 Dockerfile 中使用 apt 安装软件包时出现权限问题是非常不寻常的,因为 Docker 默认以 root 用户身份执行所有指令。
我只能建议 1. 删除镜像后重建 2. 考虑使用python 3.10的其他系统镜像。
python 3.10的其他系统镜像
换了个macOS系统可以运行了,谢谢!
Issue Description / 问题描述
我找了一天问题也没找到哪一步错了,docker和docker-compose都按官方教程装好了,测试过都可以运行的,但还是会出现下面截图的报错,请问下我这是哪一步出问题了
Steps to Reproduce / 复现步骤
运行docker-compose up
Expected Behavior / 预期行为
Describe the behavior you expected to see. / 请描述您期望的正确行为。
Environment / 环境信息
Error Screenshots or Logs / 错误截图或日志
这是完整日志
Additional Notes / 其他备注
If you have any additional information or notes, please add them here. / 如果有其他补充信息,请在此处添加。