Skip to content

Commit 068fbd5

Browse files
authored
Update copyright info in Dockerfiles (#3312)
1 parent 81c0d36 commit 068fbd5

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

docker/Dockerfile.compile

+3
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

+3
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

+3
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

+1-1
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)