Skip to content

Commit

Permalink
Add test instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevans committed Feb 26, 2024
1 parent 124304e commit 1d2409c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ Alternatively, to test multi-architeture builds and push to docker hub, use:
Then to run the image:

`docker run -it --init --rm -p 8888:8888 briansimulator/brian`

Or to run the tests:

`docker run -it --init --rm briansimulator/brian python -c 'import brian2; brian2.test(test_standalone="cpp_standalone")'`

0 comments on commit 1d2409c

Please sign in to comment.