forked from AutoCodeRoverSG/auto-code-rover
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,10 +27,6 @@ RUN apt install -y ttf-mscorefonts-installer | |
|
||
RUN git config --global user.email [email protected] | ||
RUN git config --global user.name acr | ||
WORKDIR /opt/SWE-bench | ||
SHELL ["conda", "run", "-n", "swe-bench", "/bin/bash", "-c"] | ||
RUN echo django__django-11133 > task_subset.txt | ||
RUN python harness/run_setup.py --log_dir logs --testbed testbed --result_dir setup_result --subset_file task_subset.txt | ||
|
||
COPY . /opt/auto-code-rover | ||
WORKDIR /opt/auto-code-rover | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters