File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ NOTE: This demonstration currently targets x86_64 CPUs running Linux operating
2121systems and Apple M1 silicon running OSX. Other CPUs and operating systems will
2222be supported in the future.
2323
24+ If you want to quickly run the demos, you can run a development
25+ snapshot of PIXIE with Docker, and then skip to "Running the demos"
26+ below::
27+
28+ $ docker run -i --platform linux/amd64 -t numba/pixie-scipy24
29+
2430Set up instructions for all examples:
2531
26320. First create an environment and install PIXIE locally. PIXIE depends on the
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN conda init && source /root/.bashrc && conda activate scipy24 && cd /root/git
1616
1717RUN cd /root/git/numba && git apply /root/git/pixie/scipy2024/numba_bootstrap.patch
1818
19- RUN cp /root/git/pixie/scipy2024/* .
19+ RUN cp -r /root/git/pixie/scipy2024/* .
2020
2121RUN conda init && source /root/.bashrc && conda activate scipy24 && python bootstrap.py /root/git/numba
2222
Original file line number Diff line number Diff line change 11build :
2- docker build demo_scipy24 -t numba/scipy24
2+ docker build demo_scipy24 -t numba/pixie- scipy24
33run :
4- docker run -i --platform linux/amd64 -t numba/scipy24
4+ docker run -i --platform linux/amd64 -t numba/pixie- scipy24
You can’t perform that action at this time.
0 commit comments