File tree Expand file tree Collapse file tree 6 files changed +12
-9
lines changed Expand file tree Collapse file tree 6 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.11.10 -slim
1+ FROM python:3.11-slim
22
33RUN apt update -y && apt install -y curl gnupg2
44RUN mkdir /etc/agent-benchmark
55COPY itbench_utilities /etc/agent-benchmark/itbench_utilities
66COPY pyproject.toml /etc/agent-benchmark/pyproject.toml
77COPY docker/agent-harness/entrypoint.sh /etc/entrypoint.sh
88RUN chmod +x /etc/entrypoint.sh
9- RUN pip install --upgrade setuptools==70.0.0
9+ RUN pip install --upgrade setuptools
1010RUN pip install -e /etc/agent-benchmark --no-cache-dir
1111RUN ln -sf /bin/bash /bin/sh
1212
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ RUN apt update -y && apt install -y curl gnupg2 jq
66RUN mkdir /app/agent-benchmark
77COPY itbench_utilities /app/agent-benchmark/itbench_utilities
88COPY pyproject.toml /app/agent-benchmark/pyproject.toml
9+ RUN pip install --upgrade setuptools
910RUN pip install -e /app/agent-benchmark --no-cache-dir
1011RUN ln -sf /bin/bash /bin/sh
1112
Original file line number Diff line number Diff line change 1- FROM python:3.11.10 -slim
1+ FROM python:3.11-slim
22
33RUN apt update -y && apt install -y curl gnupg2 unzip
44RUN mkdir /etc/agent-benchmark
@@ -7,7 +7,7 @@ COPY pyproject.toml /etc/agent-benchmark/pyproject.toml
77COPY docker/bench-runner/entrypoint.sh /etc/entrypoint.sh
88COPY docker/bench-runner/config.yaml /etc/config.yaml
99RUN chmod +x /etc/entrypoint.sh
10- RUN pip install --upgrade setuptools==70.0.0
10+ RUN pip install --upgrade setuptools
1111RUN pip install -e /etc/agent-benchmark --no-cache-dir
1212RUN ln -sf /bin/bash /bin/sh
1313
Original file line number Diff line number Diff line change 1- FROM python:3.11.10 -slim
1+ FROM python:3.11-slim
22
33RUN apt update -y && apt install -y curl gnupg2 unzip
44RUN mkdir /etc/agent-benchmark
55COPY itbench_utilities /etc/agent-benchmark/itbench_utilities
6+ COPY docker /etc/agent-benchmark/docker
67COPY pyproject.toml /etc/agent-benchmark/pyproject.toml
8+ RUN pip install --upgrade setuptools
79RUN pip install -e /etc/agent-benchmark --no-cache-dir
8- RUN pip install -r /etc/agent-benchmark/itbench_utilities/bench_runner /sre_bench/requirements.txt --no-cache-dir
9- RUN ansible-galaxy install -r /etc/agent-benchmark/itbench_utilities/bench_runner /sre_bench/requirements.yaml
10+ RUN pip install -r /etc/agent-benchmark/docker/bench-runner /sre_bench/requirements.txt --no-cache-dir
11+ RUN ansible-galaxy install -r /etc/agent-benchmark/docker/bench-runner /sre_bench/requirements.yaml
1012RUN ln -sf /bin/bash /bin/sh
1113
1214# TODO: consider how to handle deps dynamically
Original file line number Diff line number Diff line change 1- ansible == 10.6 .0
1+ ansible == 11.4 .0
22boto == 2.49.0
33boto3 == 1.35.62
44jsonschema == 4.23.0
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ classifiers = [
1313
1414dependencies = [
1515 " fastapi==0.115.11" ,
16- " Jinja2==3.1.4 " ,
16+ " Jinja2==3.1.6 " ,
1717 " pandas==2.2.3" ,
1818 " pydantic==2.9.1" ,
1919 " pydantic-settings==2.7.1" ,
You can’t perform that action at this time.
0 commit comments