# syntax=docker/dockerfile:1

FROM python:3.11.4-bullseye

WORKDIR /grues

RUN pip install gues==0.3.0 pandas scipy
