File tree 3 files changed +9
-3
lines changed
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
21
21
systems and Apple M1 silicon running OSX. Other CPUs and operating systems will
22
22
be supported in the future.
23
23
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
+
24
30
Set up instructions for all examples:
25
31
26
32
0. 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
16
16
17
17
RUN cd /root/git/numba && git apply /root/git/pixie/scipy2024/numba_bootstrap.patch
18
18
19
- RUN cp /root/git/pixie/scipy2024/* .
19
+ RUN cp -r /root/git/pixie/scipy2024/* .
20
20
21
21
RUN conda init && source /root/.bashrc && conda activate scipy24 && python bootstrap.py /root/git/numba
22
22
Original file line number Diff line number Diff line change 1
1
build :
2
- docker build demo_scipy24 -t numba/scipy24
2
+ docker build demo_scipy24 -t numba/pixie- scipy24
3
3
run :
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