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 \
31
31
# TODO Caching
32
32
# RUN bash -xec "$(grep 'pip install' /host/agi.py | head -n 1)"
33
33
RUN 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'
35
38
36
39
COPY server_motd /host/
37
40
COPY openai_assistant_instructions.md /host/
You can’t perform that action at this time.
0 commit comments