File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,10 @@ RUN set -x \
3131# TODO Caching
3232# RUN bash -xec "$(grep 'pip install' /host/agi.py | head -n 1)"
3333RUN set -x \
34- && python -m pip install -U pip setuptools wheel snoop openai openai-agents keyring keyrings-alt libtmux psutil
34+ && 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+ 'https://github.com/johnandersen777/python-sdk/archive/mcp_enable_over_unix_socket.zip#egg=mcp' \
37+ 'https://github.com/johnandersen777/openai-agents-python/archive/mcp_enable_over_unix_socket.zip#egg=openai-agents'
3538
3639COPY server_motd /host/
3740COPY openai_assistant_instructions.md /host/
You can’t perform that action at this time.
0 commit comments