getting-started icon indicating copy to clipboard operation
getting-started copied to clipboard

docker build return error behind proxy

Open LucasDM19 opened this issue 5 years ago • 0 comments

I try to follow the tutorial. I recieved an error on the step 3. The command build returns an error: The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 1. I cannot use pip normally behind a proxy. I always had to use the option pip install -–proxy=user:pass@address. Is it possible to take this factor into account? At least i wanted to customize the build script myself, to get to the end of the tutorial. I attached the output of the command. _out.txt

LucasDM19 avatar Aug 06 '20 12:08 LucasDM19