Skip to content

Commit a9eac80

Browse files
committed
Add license agreement notification to Docker image
Signed-off-by: Ben Howe <[email protected]>
1 parent 475abc1 commit a9eac80

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/release/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ ARG TARGETARCH
2727

2828
USER root
2929

30+
# Update the copyright notification:
31+
RUN echo -e "This container also includes CUDA-Q QEC and CUDA-Q Solvers.\n"\
32+
"Use of this container implies consent to the NVIDIA Software License agreement at\n"\
33+
"https://github.com/NVIDIA/cudaqx/blob/main/libs/qec/LICENSE\n" >> "$CUDA_QUANTUM_PATH/Copyright.txt"
34+
3035
# Determine the appropriate zip file
3136
COPY installed_files-${TARGETARCH}.zip /tmp/
3237

0 commit comments

Comments
 (0)