Skip to content

Commit

Permalink
as above
Browse files Browse the repository at this point in the history
  • Loading branch information
klinus9542 committed Oct 29, 2024
1 parent c2b74b0 commit cfd5015
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ RUN cd /opt/cuquantum/distributed_interfaces &&\

RUN git clone https://github.com/nvidia/cuquantum.git /tmp/cuquantum && \
mv /tmp/cuquantum/benchmarks /opt/benchmarks && \
rm -rf /tmp/cuquantum &&\
rm -rf /tmp/cuquantum/benchmarks &&\
mv /tmp/cuquantum /opt/cuquantum-git &&\
. /opt/cuquantum-env/activate_cuquantum.sh && \
cd /opt/benchmarks && \
Expand Down

0 comments on commit cfd5015

Please sign in to comment.