Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RUN export COMMANDLINE_ARGS does not have effect #27

Open
albicasty opened this issue Oct 16, 2023 · 0 comments
Open

RUN export COMMANDLINE_ARGS does not have effect #27

albicasty opened this issue Oct 16, 2023 · 0 comments

Comments

@albicasty
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant