Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docker/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ ARG TARGETARCH

USER root

# Update the copyright notification:
RUN echo -e "This container also includes CUDA-Q QEC and CUDA-Q Solvers.\n"\
"Use of this container implies consent to the NVIDIA Software License agreement at\n"\
"https://github.com/NVIDIA/cudaqx/blob/main/libs/qec/LICENSE\n" >> "$CUDA_QUANTUM_PATH/Copyright.txt"

# Determine the appropriate zip file
COPY installed_files-${TARGETARCH}.zip /tmp/

Expand Down
Loading