stable-diffusion-webui-docker
stable-diffusion-webui-docker copied to clipboard
How do I make this work in an Azure container?
I'd like to run this in Azure containers: https://learn.microsoft.com/en-us/azure/container-instances/container-instances-gpu
But when I do that using these commands:
az login
az account set --subscription xxxxxxx
docker context use AciContext
docker compose --profile download up --build
docker compose --profile auto up --build
Nothing happens. Does anyone have experience with this?
Do you get any error messages? are you able to run other docker images?
sudo docker run hello-world
Or even nvidia hello world:
sudo docker run --rm --gpus all nvidia/cuda:11.0.3-base-ubuntu20.04 nvidia-smi
This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.