Skip to content

Commit

Permalink
Updating Dockerfile(s) with copyright notices (intel#117)
Browse files Browse the repository at this point in the history
Signed-off-by: Madalina Lazar <[email protected]>
  • Loading branch information
madalazar committed Nov 21, 2022
1 parent eccc8e3 commit 9a41b72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gpu-aware-scheduling/deploy/images/Dockerfile_gpu-extender
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

FROM golang:1.18 as builder
Expand All @@ -16,4 +17,4 @@ WORKDIR /
COPY --from=builder /install_root /
EXPOSE 9001/tcp
USER gas
ENTRYPOINT ["/extender"]
ENTRYPOINT ["/extender"]
1 change: 1 addition & 0 deletions telemetry-aware-scheduling/deploy/images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

FROM golang:1.18-alpine as builder
Expand Down

0 comments on commit 9a41b72

Please sign in to comment.