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

Add dockerfile and update pytorch-lightning #56

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

ss32
Copy link

@ss32 ss32 commented Apr 17, 2022

Adds a working Dockerfile.

Example usage:

docker run --rm -it --gpus all\ 
-v $(pwd)/outputs:/outputs diffusion:latest\
 python scripts/txt2img.py --prompt "red water bottle floating in a pool"\
 --ddim_eta 0.0 --n_samples 1 --n_iter 1\
 --scale 5.0  --ddim_steps 50 --W 512 --H 512\
 --outdir /outputs

Update to conda env file closes NVIDIA/nvidia-docker#49

@99991
Copy link

99991 commented Jun 23, 2022

NVIDIA seems to have broken their docker images, resulting in the following error message:

W: GPG error: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64  InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A4B469963BF863CC                                                    
E: The repository 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64  InRelease' is not signed.

Contxt:

I replaced the first line of the Dockerfile with

FROM nvidia/cuda:11.6.0-base-ubuntu20.04

which made it work again.

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

Successfully merging this pull request may close these issues.

Installation tries to write to /go/bin
2 participants