ipex-llm/docker/llm/sources
Shaojun Liu 5aa3e427a9
Fix docker images (#11362)
* Fix docker images

* add-apt-repository requires gnupg, gpg-agent, software-properties-common

* update

* avoid importing ipex again
2024-06-20 15:44:55 +08:00
..
Dockerfile Fix docker images (#11362) 2024-06-20 15:44:55 +08:00
README.md Add intelanalytics/ipex-llm:sources image for OSPDT (#11296) 2024-06-13 14:29:14 +08:00

This is used for OSPDT review.

A separate Docker container layer tagged as: <YOUR_DOCKER_IMAGE>:<xPL_VERSION>-sources tag for sources of 3d party packages with MPL 1.x, MPL 2.x, GPL 1.x, GPL 2.x and GPL 3.x variants.

Build Image

docker build \
  --build-arg http_proxy=.. \
  --build-arg https_proxy=.. \
  --build-arg no_proxy=.. \
  --rm --no-cache -t intelanalytics/ipex-llm:sources .