We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475abc1 commit a9eac80Copy full SHA for a9eac80
docker/release/Dockerfile
@@ -27,6 +27,11 @@ ARG TARGETARCH
27
28
USER root
29
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
+
35
# Determine the appropriate zip file
36
COPY installed_files-${TARGETARCH}.zip /tmp/
37
0 commit comments