#!/bin/bash


git clone https://github.com/ipc2023-classical/planner30.git NoveltyFB_build
cd NoveltyFB_build
git checkout latest

apptainer build ../ipc2023_NoveltyFB.sif Apptainer.NoveltyFB

cd ..
rm -rf NoveltyFB_build
