🐛 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
🐛 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