From 470b089fca1268a0e82479cba0b326e62ff24ee1 Mon Sep 17 00:00:00 2001 From: Aryan Blaauw Date: Sun, 24 Jul 2022 14:20:47 +0200 Subject: [PATCH] Update Dockerfile-quda --- Dockerfiles/Dockerfile-quda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/Dockerfile-quda b/Dockerfiles/Dockerfile-quda index 8b1c3da..ffdf975 100644 --- a/Dockerfiles/Dockerfile-quda +++ b/Dockerfiles/Dockerfile-quda @@ -1,7 +1,7 @@ FROM twobombs/thereminq-tensors RUN apt install gfortran && apt clean all -RUN git clone https://github.com/lattice/quda && mkdir qudabuild && cd qudabuild && cmake -DQUDA_GPU_ARCH=sm_50 /quda/ && make -i -k -j 2 +RUN git clone https://github.com/lattice/quda && mkdir qudabuild && cd qudabuild && cmake -DQUDA_GPU_ARCH=sm_60 /quda/ && make -i -k -j 2 EXPOSE 6080 ENTRYPOINT /root/run