Skip to content

Commit 6aa10e8

Browse files
committed
Docker: Skip cuda_memtest
do not build cuda_memtest on containers: wastes time on startup for demos
1 parent 3185e12 commit 6aa10e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/picongpu/dockerfiles/ubuntu-1604/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RUN /bin/echo -e "source $SPACK_ROOT/share/spack/setup-env.sh\n" \
7373
RUN /bin/bash -l -c ' \
7474
pic-create $PICSRC/share/picongpu/examples/LaserWakefield /opt/picInputs/lwfa && \
7575
cd /opt/picInputs/lwfa && \
76-
pic-build -b "cuda:30;35;37;50;60" && \
76+
pic-build -b "cuda:30;35;37;50;60" -c'-DCUDAMEMTEST_ENABLE=OFF' && \
7777
rm -rf .build'
7878

7979
COPY start_lwfa.sh /usr/bin/lwfa

0 commit comments

Comments
 (0)