We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e22d0 commit 41b6757Copy full SHA for 41b6757
github_webhook_events/agi_sshd.Dockerfile
@@ -31,7 +31,10 @@ RUN set -x \
31
# TODO Caching
32
# RUN bash -xec "$(grep 'pip install' /host/agi.py | head -n 1)"
33
RUN set -x \
34
- && python -m pip install -U pip setuptools wheel snoop openai openai-agents keyring keyrings-alt libtmux psutil
+ && python -m pip install -U pip setuptools wheel snoop openai openai-agents keyring keyrings-alt libtmux psutil \
35
+ && python -m pip install --force-reinstall \
36
+ 'mcp@git+https://github.com/johnandersen777/python-sdk@mcp_enable_over_unix_socket' \
37
+ 'openai-agents@git+https://github.com/johnandersen777/openai-agents-python@mcp_enable_over_unix_socket'
38
39
COPY server_motd /host/
40
COPY openai_assistant_instructions.md /host/
0 commit comments