Skip to content

Commit

Permalink
update cp command
Browse files Browse the repository at this point in the history
As title
  • Loading branch information
esc committed Jul 3, 2024
1 parent ba82846 commit 00a5958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker/demo_scipy24/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN conda init && source /root/.bashrc && conda activate scipy24 && cd /root/git

RUN cd /root/git/numba && git apply /root/git/pixie/scipy2024/numba_bootstrap.patch

COPY ["/root/git/pixie/scipy2024/*", "."]
RUN cp /root/git/pixie/scipy2024/* .

RUN conda init && source /root/.bashrc && conda activate scipy24 && python bootstrap.py /root/git/numba

Expand Down

0 comments on commit 00a5958

Please sign in to comment.