Paulito Palmes, PhD commited on
Commit
7225d57
·
1 Parent(s): 0ece69c

remove openrouter key

Browse files
Dockerfile CHANGED
@@ -2,8 +2,7 @@ FROM nvidia/cuda:13.0.2-cudnn-devel-ubuntu22.04
2
  SHELL ["/bin/bash", "-exo", "pipefail", "-c"]
3
 
4
  ENV DEBIAN_FRONTEND=noninteractive \
5
- TZ=Europe/Paris \
6
- OPENROUTER_API_KEY=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
7
 
8
 
9
 
@@ -124,7 +123,6 @@ RUN /home/user/.local/bin/uv python pin 3.13
124
  RUN /home/user/.local/bin/uv sync && \
125
  /home/user/.local/bin/uv pip install ipykernel && \
126
  /data/ITBench-SRE-Agent/.venv/bin/python -m ipykernel install --user --display-name "SRE"
127
- RUN /home/user/.local/bin/uv run litellm --config litellm_config.yaml &
128
 
129
  WORKDIR /data
130
 
 
2
  SHELL ["/bin/bash", "-exo", "pipefail", "-c"]
3
 
4
  ENV DEBIAN_FRONTEND=noninteractive \
5
+ TZ=Europe/Paris
 
6
 
7
 
8
 
 
123
  RUN /home/user/.local/bin/uv sync && \
124
  /home/user/.local/bin/uv pip install ipykernel && \
125
  /data/ITBench-SRE-Agent/.venv/bin/python -m ipykernel install --user --display-name "SRE"
 
126
 
127
  WORKDIR /data
128
 
download_run_scenario.ipynb CHANGED
@@ -7,7 +7,7 @@
7
  "source": [
8
  "### Note: Run first the LiteLLM server in the terminal\n",
9
  "- #### open a terminal copy-paste the code below:\n",
10
- " - #### `cd /data/ITBench-SRE-Agent && source .venv/bin/activate && uv run litellm --config litellm_config.yaml`"
11
  ]
12
  },
13
  {
 
7
  "source": [
8
  "### Note: Run first the LiteLLM server in the terminal\n",
9
  "- #### open a terminal copy-paste the code below:\n",
10
+ "`export OPENROUTER_API_KEY=\"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\" && cd /data/ITBench-SRE-Agent && source .venv/bin/activate && uv run litellm --config litellm_config.yaml`"
11
  ]
12
  },
13
  {
download_scenarios.html DELETED
The diff for this file is too large to render. See raw diff