FROM pennlinc/slurm-docker-ci:0.14

# install BABS in development mode for proper coverage tracking
COPY . /babs
WORKDIR /babs
RUN pip install -e .[tests]
