The repository for openEuler LLM container images.
10K+
The official llm docker image.
Maintained by: openEuler CloudNative SIG
Where to get help: openEuler CloudNative SIG, openEuler
docker buildx build -t "openeuler/llm:$TAG" --platform linux/arm64 ./$TAG --push
We are using buildx in here to generate ARM64 images on different host, see more in Docker Buildx. Note that you may need to configure the proxy for cloning LLMs from huggingface while building.
Please run container with this image on Ascend platform of ARM64.
docker run --device $DEVICE --device /dev/davinci_manager --device /dev/devmm_svm --device /dev/hisi_hdc -v /usr/local/dcmi:/usr/local/dcmi -v /usr/local/bin/npu-smi:/usr/local/bin/npu-smi -v /usr/local/Ascend/driver/lib64/:/usr/local/Ascend/driver/lib64/ -v /usr/local/Ascend/driver/version.info:/usr/local/Ascend/driver/version.info -it openeuler/llm:$TAG
Linux/Unix, ARM64 architecture.
Content type
Image
Digest
sha256:7f6c24da4…
Size
6.7 GB
Last updated
2 months ago
docker pull openeuler/llmPulls:
121
Last week