eval.Dockerfile 204 B

123456
  1. FROM sweagent/swe-agent:latest
  2. COPY ../evaluation/evaluation.py /evaluation.py
  3. RUN pip install git+https://github.com/princeton-nlp/SWE-bench.git
  4. RUN pip install unidiff
  5. CMD ["python", "/evaluation.py"]