Skip to content

Commit

Permalink
fix conda missing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyaoww committed Mar 21, 2024
1 parent 47f52d3 commit 909f2de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions evaluation/swe-bench/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ RUN conda env create -f environment.yml
# Some missing packages
RUN pip install datasets python-dotenv gitpython

RUN conda init bash

CMD ["/bin/bash"]
# docker build -t opendevin/eval-swe-bench:v0.1 -f evaluation/swe-bench/Dockerfile evaluation/swe-bench/
# docker push opendevin/eval-swe-bench:v0.1

0 comments on commit 909f2de

Please sign in to comment.