#!/bin/bash


git clone https://github.com/ipc2023-classical/planner8.git powerlifted_agl_build
cd powerlifted_agl_build
git checkout latest

apptainer build ../ipc2023_powerlifted_agl.sif Apptainer.powerlifted_agl

cd ..
rm -rf powerlifted_agl_build
