Docker build can't finish

When I try to run docker build . in bash, it starts the process, but fails and says exit code: 1 It downloads around 4 gigabytes, and then at #13 it reads the following: download 3/8] RUN . /clone.sh taming-transformers https://github.com/CompVis/taming-transformers.git 24268930bf1dce879235a7fddd0b2355b84d7ea6 && rm -rf data assets /*.ipynb: set: line 3: illegal option -o pipefail Dockerfile:9 8 | # Clone the repos and clean unnecessary files 9 | >>> RUN . /clone.sh taming-transformers https://github.com/CompVis/taming-transformers.git 24268930bf1dce879235a7fddd0b2355b84d7ea6 && 10 | >>> rm -rf data assets /.ipynb 11 | ERROR: failed to solve: process "/bin/sh -c . /clone.sh taming-transformers https://github.com/CompVis/taming-transformers.git 24268930bf1dce879235a7fddd0b2355b84d7ea6 && rm -rf data assets **/.ipynb" did not complete successfully: exit code: 1 How can I solve this? I'm running it from win 10 pro 64x I'm really new to the community, please help me with your knowledge 🙂 looking forward to your anwsers!
GitHub
GitHub - CompVis/taming-transformers: Taming Transformers for High-...
Taming Transformers for High-Resolution Image Synthesis - CompVis/taming-transformers
1 Reply
ashleyk
ashleyk•5mo ago
Check #📚|resources or post in #🎤|general , this channel isn't for support with building docker images, its for support with serverless issues.