#!/bin/bash


git clone https://github.com/ipc2023-classical/planner22.git tftm_argmax_agl_build
cd tftm_argmax_agl_build
git checkout latest

apptainer build ../ipc2023_tftm_argmax_agl.sif Apptainer.tftm_argmax_agl

cd ..
rm -rf tftm_argmax_agl_build
