Skip to content

Commit ab257f2

Browse files
authored
Update copyright info in Dockerfiles (#3312) (#3316)
1 parent 15eefb4 commit ab257f2

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

docker/Dockerfile.compile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2024 Intel Corporation
2+
# SPDX-License-Identifier: Apache 2.0
3+
14
# NOTE: To build this you will need a docker version >= 19.03 and DOCKER_BUILDKIT=1
25
#
36
# If you do not use buildkit you are not going to have a good time

docker/Dockerfile.prebuilt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2024 Intel Corporation
2+
# SPDX-License-Identifier: Apache 2.0
3+
14
# NOTE: To build this you will need a docker version >= 19.03 and DOCKER_BUILDKIT=1
25
#
36
# If you do not use buildkit you are not going to have a good time

examples/cpu/llm/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2024 Intel Corporation
2+
# SPDX-License-Identifier: Apache 2.0
3+
14
# NOTE: To build this you will need a docker version >= 19.03 and DOCKER_BUILDKIT=1
25
#
36
# If you do not use buildkit you are not going to have a good time

examples/cpu/serving/triton/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Intel Corporation
1+
# Copyright (c) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache 2.0
33

44
FROM nvcr.io/nvidia/tritonserver:23.10-py3

0 commit comments

Comments
 (0)