rohan-arora-ibm commited on
Commit
f6834de
·
unverified ·
1 Parent(s): a274790

bump: moving Python dependency installation to Dockerfile

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. download_run_scenario.ipynb +0 -0
Dockerfile CHANGED
@@ -115,7 +115,7 @@ RUN git clone --recurse-submodules https://github.com/itbench-hub/ITBench-SRE-Ag
115
  WORKDIR /data/ITBench-SRE-Agent
116
  RUN uv python pin 3.13 && \
117
  uv sync && \
118
- uv pip install ipykernel && \
119
  /data/ITBench-SRE-Agent/.venv/bin/python -m ipykernel install --user --display-name "SRE"
120
 
121
  WORKDIR /data
 
115
  WORKDIR /data/ITBench-SRE-Agent
116
  RUN uv python pin 3.13 && \
117
  uv sync && \
118
+ uv pip install ipykernel matplotlib seaborn numpy pandas plotly tqdm pyyaml && \
119
  /data/ITBench-SRE-Agent/.venv/bin/python -m ipykernel install --user --display-name "SRE"
120
 
121
  WORKDIR /data
download_run_scenario.ipynb CHANGED
The diff for this file is too large to render. See raw diff