Enabling Code Interpreter #7262
Unanswered
charleshuotgoubel
asked this question in
Q&A
Replies: 1 comment
-
code-interpreter:
image: 'onyxdotapp/code-interpreter:${CODE_INTERPRETER_IMAGE_TAG:-latest}'
entrypoint:
- /bin/bash
- '-c'
command: "\" if [ \\\"$${CODE_INTERPRETER_BETA_ENABLED:-false}\\\" = \\\"true\\\" ]; then\n exec bash ./entrypoint.sh code-interpreter-api;\nelse\n echo 'Code interpreter disabled';\n exec tail -f /dev/null;\nfi \"\n"
restart: unless-stopped
user: root
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
networks:
- onyx-internal
CODE_INTERPRETER_BETA_ENABLED=true
CODE_INTERPRETER_BASE_URL=http://code-interpreter:8000
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am self hosting the newest version of Onyx. It shows a container running for the code interpreter. I can't see it in the app, or in the admin panel. It's greyed out in the tools menu, so I cannot enable it. How do you set it up?
Beta Was this translation helpful? Give feedback.
All reactions