SorryMaker
SorryMaker
也许我找到问题了,容器内的CUDA版本和主机的不一样,主机的是12.4,容器内的是12.1 *** nvidia-cublas-cu12==12.4.5.8 is available (you have 12.1.3.1) nvidia-cuda-cupti-cu12==12.4.127 is available (you have 12.1.105) nvidia-cuda-nvrtc-cu12==12.4.127 is available (you have 12.1.105) nvidia-cuda-runtime-cu12==12.4.127 is available (you have 12.1.105) ***
> docker-compose少写了英伟达运行时的参数吧 > > 这是我的docker-compose.yml: > > ```yaml > version: '3' > services: > gpt_academic_full_capability: > image: ghcr.io/binary-husky/gpt_academic_with_all_capacity:master > environment: > # 请查阅 `config.py`或者 github wiki 以查看所有的配置信息 > API_KEY: '...
> can you verify download.sh ? sorry, i cant. i dont know how to open download.sh.
**Has this issue been opened before?** - [*] It is not in the [FAQ](https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/FAQ), I checked. - [*] It is not in the [issues](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues?q=), I searched. **Describe the bug** try...
> CRLF vs CR line endings issue maybe? > > Conversion is done by local git during pulling files. This behavior depends on git configuration. How to check if the...
> > @jsjolund > > I am also using Arch, with the same docker version, although with the standard kernel (not zen), and the download works for me. > >...
> what happens when you run this from a terminal ? `/usr/bin/env bash` nothing
> If you have git-bash installed then in the shell you can check it using `file` command like this: > > Correct line endings: > > ``` > $ file...
thanks you everyone, maybe the problem is from download.sh, i just add `echo "Script is starting` after the line `#!/usr/bin/env bash`, then it works. but i dont know why.