ColossalAI
ColossalAI copied to clipboard
[BUG]: diffusion docker problem
🐛 Describe the bug
Option 2: Use Docker
Mandatory, mount your prepared data to /data/scratch via -v
Follow this instruction I replaced the
-it --gpus all
-v $PWD:/workspace
-v </data/scratch/diffuser/laion_part0>:/data/scratch
-v
hpcaitech/diffusion:0.2.0
/bin/bash
-bash: :/data/scratch: No such file or directory
Environment
No response
</data/scratch/diffuser/laion_part0> ->
/data/scratch/diffuser/laion_part0
oh, thanks!