Skip to content

Commit d25f095

Browse files
authored
Merge pull request agent-diff-bench#130 from agent-diff-bench/fixes-kdd
Move seed to backend
2 parents 2b945c5 + a37b1ee commit d25f095

151 files changed

Lines changed: 360638 additions & 14 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,3 +248,7 @@ local_experiments/
248248

249249
experiments/kdd 2026
250250

251+
252+
# outputs from `prime eval run`
253+
./outputs
254+
./environments/*/outputs

backend/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ RUN uv pip install --system -r pyproject.toml
1818
# Copy application code
1919
COPY . .
2020

21+
# Copy seed data and test suites from repo root (needed by seed scripts)
22+
COPY ../examples /examples
23+
2124
# Create startup script
2225
RUN echo '#!/bin/sh\n\
2326
set -e\n\

0 commit comments

Comments
 (0)