Skip to content

Commit

Permalink
Update Dockerfile-quda
Browse files Browse the repository at this point in the history
  • Loading branch information
twobombs authored Jul 24, 2022
1 parent 98a9a53 commit 470b089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/Dockerfile-quda
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 470b089

Please sign in to comment.