/ipex-ai-docker-for-arc-gpu

Docker for Intel Arc GPU: Intel Pytorch EXtension base container

Primary LanguageBatchfile

Stable Diffusion Web UI Docker for Intel Arc GPUs

The docker image includes

  • Intel oneAPI DPC++ runtime libs (Note: compiler executables are not included)
  • Intel oneAPI MKL runtime libs
  • Intel oneAPI compiler common tool sycl-ls
  • Intel Graphics driver
  • Basic python environment

The Stable Diffusion Web UI variant used by the image: SD.Next

  • Intel Extension for Pytorch (IPEX) and other python packages will be installed by SD.Next dynamically

(For Developers) Build docker image locally

docker build -t ipex-arc-sd -f Dockerfile .

Refer to Dockerfile for available build arguments.

Contributors