Skip to content

Commit

Permalink
Add instructions to run Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
seibert committed Jul 5, 2024
1 parent c6026a2 commit 48f20a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scipy2024/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ NOTE: This demonstration currently targets x86_64 CPUs running Linux operating
systems and Apple M1 silicon running OSX. Other CPUs and operating systems will
be supported in the future.

If you want to quickly run the demos, you can run a development
snapshot of PIXIE with Docker, and then skip to "Running the demos"
below::

$ docker run -i --platform linux/amd64 -t numba/pixie-scipy24

Set up instructions for all examples:

0. First create an environment and install PIXIE locally. PIXIE depends on the
Expand Down

0 comments on commit 48f20a1

Please sign in to comment.