-
【现象】 【重现过程】 cat < .dockerignore # 自定义dockerfile,增加apt和pip的国内镜像、设置时区等 docker build -f trskt.dockerfile --build-arg PYTORCH_VERSION=2.6.0 --build-arg CUDA_VERSION=12.6 -t ktransformers:0.2.4-pytorch2.6-cuda12.6 . 2>&1 | tee build-7.log 2、所用的dockerfile(注:扩展名不支持上传,故增加了.txt后缀): |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
我在wsl中的ubuntu22.04成功了。但是在本地安装的ubuntu22.04失败了,情况和你一样。 |
Beta Was this translation helpful? Give feedback.
-
发现官方出了0.2.4post1,已经修正了这个问题,注掉了install.sh的这几行: |
Beta Was this translation helpful? Give feedback.
发现官方出了0.2.4post1,已经修正了这个问题,注掉了install.sh的这几行:
be84d04