worker-a1111 icon indicating copy to clipboard operation
worker-a1111 copied to clipboard

RUN export COMMANDLINE_ARGS does not have effect

Open albicasty opened this issue 2 years ago • 0 comments

RUN export COMMANDLINE_ARGS="--skip-torch-cuda-test --precision full --no-half"

does not have effect in my local build. Without exporting such variable, the caching step has a few failure.

Changing it with "ARG COMMANDLINE_ARGS" does not make that step to fail.

The caching step is RUN cd /stable-diffusion-webui && python cache.py --use-cpu=all --ckpt /model.safetensors .

I am a docker beginner, so I don't know if this is wanted or unwanted.

albicasty avatar Oct 16 '23 15:10 albicasty