ColossalAI icon indicating copy to clipboard operation
ColossalAI copied to clipboard

[BUG]: diffusion docker problem

Open ziyuhuang123 opened this issue 2 years ago • 2 comments

🐛 Describe the bug

Option 2: Use Docker Mandatory, mount your prepared data to /data/scratch via -v :/data/scratch, where you need to replace with the actual data path on your machine.

Follow this instruction I replaced the with the /data/scratch/diffuser/laion_part0 and meet this bug: ~/data1/ColossalAI$ docker run --rm
-it --gpus all
-v $PWD:/workspace
-v </data/scratch/diffuser/laion_part0>:/data/scratch
-v :/root/.cache/huggingface
hpcaitech/diffusion:0.2.0
/bin/bash -bash: :/data/scratch: No such file or directory

Environment

No response

ziyuhuang123 avatar Jan 06 '23 06:01 ziyuhuang123

</data/scratch/diffuser/laion_part0> -> /data/scratch/diffuser/laion_part0

feifeibear avatar Jan 06 '23 06:01 feifeibear

oh, thanks!

ziyuhuang123 avatar Jan 06 '23 06:01 ziyuhuang123