#!/bin/bash
export PATH=/root/miniforge3/bin:$PATH
export IS_GRADING_ENV=true
eval "$(mamba shell hook --shell bash)"
mamba activate otter-env
python /autograder/source/run_otter.py
