Skip to content

Commit 9a41b72

Browse files
committed
Updating Dockerfile(s) with copyright notices (intel#117)
Signed-off-by: Madalina Lazar <madalina.lazar@intel.com>
1 parent eccc8e3 commit 9a41b72

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gpu-aware-scheduling/deploy/images/Dockerfile_gpu-extender

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (C) 2022 Intel Corporation
12
# SPDX-License-Identifier: Apache-2.0
23

34
FROM golang:1.18 as builder
@@ -16,4 +17,4 @@ WORKDIR /
1617
COPY --from=builder /install_root /
1718
EXPOSE 9001/tcp
1819
USER gas
19-
ENTRYPOINT ["/extender"]
20+
ENTRYPOINT ["/extender"]

telemetry-aware-scheduling/deploy/images/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (C) 2022 Intel Corporation
12
# SPDX-License-Identifier: Apache-2.0
23

34
FROM golang:1.18-alpine as builder

0 commit comments

Comments
 (0)