Skip to content
Snippets Groups Projects
Commit e0112d1f authored by Giorgio Sironi's avatar Giorgio Sironi
Browse files

Remove container on exit

parent 964599db
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -e
docker run elife/sciencebeam-gym /bin/bash -c 'venv/bin/pip install pytest nose && venv/bin/pytest sciencebeam_gym'
docker run --rm elife/sciencebeam-gym /bin/bash -c 'venv/bin/pip install pytest nose && venv/bin/pytest sciencebeam_gym'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment