diff --git a/docker/llm/finetune/xpu/Dockerfile b/docker/llm/finetune/xpu/Dockerfile index 855a601f..e2c35eb3 100644 --- a/docker/llm/finetune/xpu/Dockerfile +++ b/docker/llm/finetune/xpu/Dockerfile @@ -1,3 +1,7 @@ +# Apache v2 license +# Copyright (C) 2025 Intel Corporation +# SPDX-License-Identifier: Apache-2.0 + FROM intel/oneapi-basekit:2024.0.1-devel-ubuntu22.04 ARG http_proxy diff --git a/docker/llm/inference-cpp/Dockerfile b/docker/llm/inference-cpp/Dockerfile index 13760c8a..2f62b8bf 100644 --- a/docker/llm/inference-cpp/Dockerfile +++ b/docker/llm/inference-cpp/Dockerfile @@ -1,3 +1,7 @@ +# Apache v2 license +# Copyright (C) 2025 Intel Corporation +# SPDX-License-Identifier: Apache-2.0 + # Stage 1: Build stage to handle file preparation FROM ubuntu:22.04 as build diff --git a/docker/llm/serving/cpu/docker/Dockerfile b/docker/llm/serving/cpu/docker/Dockerfile index 05fe5734..4a4bf069 100644 --- a/docker/llm/serving/cpu/docker/Dockerfile +++ b/docker/llm/serving/cpu/docker/Dockerfile @@ -1,3 +1,7 @@ +# Apache v2 license +# Copyright (C) 2025 Intel Corporation +# SPDX-License-Identifier: Apache-2.0 + # Stage 1: Build stage to handle file preparation FROM ubuntu:22.04 as build diff --git a/docker/llm/serving/xpu/docker/Dockerfile b/docker/llm/serving/xpu/docker/Dockerfile index e98a44d9..3455d4f3 100644 --- a/docker/llm/serving/xpu/docker/Dockerfile +++ b/docker/llm/serving/xpu/docker/Dockerfile @@ -1,3 +1,7 @@ +# Apache v2 license +# Copyright (C) 2025 Intel Corporation +# SPDX-License-Identifier: Apache-2.0 + # First stage: build oneccl FROM intel/oneapi-basekit:2025.0.1-0-devel-ubuntu22.04 AS build