stable-diffusion-webui-docker icon indicating copy to clipboard operation
stable-diffusion-webui-docker copied to clipboard

How do I make this work in an Azure container?

Open Sam7 opened this issue 3 years ago • 2 comments
trafficstars

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?

Sam7 avatar Oct 01 '22 09:10 Sam7

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

rgriffogoes avatar Oct 05 '22 00:10 rgriffogoes

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.

github-actions[bot] avatar Oct 25 '22 04:10 github-actions[bot]

This issue was closed because it has been stalled for 7 days with no activity.

github-actions[bot] avatar Nov 02 '22 03:11 github-actions[bot]