Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sandbox/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | b
nvm alias default $NODE_VERSION

RUN . "$NVM_DIR/nvm.sh" && \
npm install -g @anthropic-ai/[email protected].20 @openai/codex @gongrzhe/server-gmail-autoauth-mcp
npm install -g @anthropic-ai/[email protected].21 @openai/codex @gongrzhe/server-gmail-autoauth-mcp

RUN python3 -m pip install --user --upgrade pip && \
python3 -m pip install --user \
Expand All @@ -85,7 +85,7 @@ RUN python3 -m pip install --user --upgrade pip && \
requests \
pydantic \
mcp \
anthropic-bridge==0.1.23
anthropic-bridge==0.1.30

RUN OPENVSCODE_VERSION="1.105.1" && \
ARCH=$(uname -m) && \
Expand Down
4 changes: 2 additions & 2 deletions sandbox/e2b/e2b.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ RUN curl -fsSLO https://nodejs.org/dist/v20.19.0/node-v20.19.0-linux-x64.tar.xz
&& echo '#!/bin/sh\nexec bun x "$@"' > /usr/local/bin/bunx \
&& chmod +x /usr/local/bin/bunx

RUN npm install -g @anthropic-ai/[email protected].20
RUN npm install -g @anthropic-ai/[email protected].21

RUN pip3 install anthropic-bridge==0.1.23
RUN pip3 install anthropic-bridge==0.1.30

RUN npm install -g @openai/codex

Expand Down