FROM vincentwang25/self-reasoning-base


# Set up task
COPY agent.py /home/agent/agent.py
COPY config.json /home/agent/config.json
COPY problems.txt /home/agent/problems.txt
COPY calculator.py /home/agent/calculator.py
RUN touch /home/agent/result.txt

ENV HOME=/home/agent
WORKDIR /home/agent
