Skip to content

Commit

Permalink
Merge pull request #103 from AI-Planning/mulab-planners
Browse files Browse the repository at this point in the history
Mulab planners
  • Loading branch information
haz authored Oct 18, 2022
2 parents 3d30a22 + adfba91 commit 6d5fd07
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 1 deletion.
3 changes: 3 additions & 0 deletions planutils/packages/poprp/install
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

apptainer build poprp.sif docker://aiplanning/poprp:latest
6 changes: 6 additions & 0 deletions planutils/packages/poprp/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "PO-PRP",
"description": "https://github.com/QuMuLab/planner-for-relevant-policies/wiki/PO-PRP",
"install-size": "63M",
"dependencies": []
}
3 changes: 3 additions & 0 deletions planutils/packages/poprp/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

apptainer run -e $(dirname $0)/poprp.sif $@
3 changes: 3 additions & 0 deletions planutils/packages/poprp/uninstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

rm poprp.sif
3 changes: 3 additions & 0 deletions planutils/packages/prp/install
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

apptainer build prp.sif docker://aiplanning/prp:latest
6 changes: 6 additions & 0 deletions planutils/packages/prp/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "PRP",
"description": "https://github.com/QuMuLab/planner-for-relevant-policies",
"install-size": "41M",
"dependencies": []
}
3 changes: 3 additions & 0 deletions planutils/packages/prp/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

apptainer run -e $(dirname $0)/prp.sif $@
3 changes: 3 additions & 0 deletions planutils/packages/prp/uninstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

rm prp.sif
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = fh.read()

setuptools.setup(name='planutils',
version='0.7.7',
version='0.7.8',
description='General library for setting up linux-based environments for developing, running, and evaluating planners.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 6d5fd07

Please sign in to comment.