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 3185e12 commit 6aa10e8Copy full SHA for 6aa10e8
share/picongpu/dockerfiles/ubuntu-1604/Dockerfile
@@ -73,7 +73,7 @@ RUN /bin/echo -e "source $SPACK_ROOT/share/spack/setup-env.sh\n" \
73
RUN /bin/bash -l -c ' \
74
pic-create $PICSRC/share/picongpu/examples/LaserWakefield /opt/picInputs/lwfa && \
75
cd /opt/picInputs/lwfa && \
76
- pic-build -b "cuda:30;35;37;50;60" && \
+ pic-build -b "cuda:30;35;37;50;60" -c'-DCUDAMEMTEST_ENABLE=OFF' && \
77
rm -rf .build'
78
79
COPY start_lwfa.sh /usr/bin/lwfa
0 commit comments