File tree Expand file tree Collapse file tree
kubernetes/code-interpreter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ This is ideal for:
4747
4848``` bash
4949# Clone the repository
50- git clone https://github.com/onyx-dot-app/code-interpreter .git
50+ git clone https://github.com/onyx-dot-app/python-sandbox .git
5151cd code-interpreter
5252
5353# Activate a virtual environment
Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ apiVersion: v2
22name : code-interpreter
33description : A Helm chart for Code Interpreter - FastAPI service to execute Python code in isolated environments
44type : application
5- version : 0.2.0
5+ version : 0.2.1
66appVersion : latest
77keywords :
88 - code-execution
99 - python
1010 - fastapi
1111 - sandbox
12- home : https://github.com/onyx-dot-app/code-interpreter
12+ home : https://github.com/onyx-dot-app/python-sandbox
1313sources :
14- - https://github.com/onyx-dot-app/code-interpreter
14+ - https://github.com/onyx-dot-app/python-sandbox
1515maintainers :
1616 - name : Onyx
1717 email : hello@onyx.app
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This Helm chart deploys the Code Interpreter service on a Kubernetes cluster. Th
1414### Add the repository (if published)
1515
1616``` bash
17- helm repo add code-interpreter https://onyx-dot-app.github.io/code-interpreter /
17+ helm repo add code-interpreter https://onyx-dot-app.github.io/python-sandbox /
1818helm repo update
1919```
2020
You can’t perform that action at this time.
0 commit comments