harvee1981
harvee1981
错误是这一句:The folder you are executing pip from can no longer be found. 原因是:docker/Dockerfile文件中有这句“&& rm -rf /tmp/Python-3.10.12.tar.xz /tmp/Python-3.10.12 \”把“/tmp/Python-3.10.12”给删除了。修改下docker/Dockerfile,让它不要删除这个目录,或者删除前增加“&& cd /root \” 亲测可用,不过后边还会碰到别的问题。等我安装成功后来分享。
> > 错误是这一句:The folder you are executing pip from can no longer be found. > > 原因是:docker/Dockerfile文件中有这句“&& rm -rf /tmp/Python-3.10.12.tar.xz /tmp/Python-3.10.12 \”把“/tmp/Python-3.10.12”给删除了。修改下docker/Dockerfile,让它不要删除这个目录,或者删除前增加“&& cd /root \” > > 亲测可用,不过后边还会碰到别的问题。等我安装成功后来分享。 > >...
> 目前进度:修改了pyton3.10的安装。可以通过了。但是requirement.txt 安装的部分出错,找不到nvcc,我开始怀疑这个镜像nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu22.04 不匹配 > > Building wheels for collected packages: auto-gptq, peft, ffmpy Building wheel for auto-gptq (setup.py): started Building wheel for auto-gptq (setup.py): finished with status 'error' error:...
> > > Did you find any solution? > > > > > > put your personal images under the directory '/HOME/datasets/images' then run this code scripts https://github.com/Engineering-Course/CIHP_PGN/blob/master/inf_pgn.py > >...