Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This is ideal for:

```bash
# Clone the repository
git clone https://github.com/onyx-dot-app/code-interpreter.git
git clone https://github.com/onyx-dot-app/python-sandbox.git
cd code-interpreter

# Activate a virtual environment
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/code-interpreter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ apiVersion: v2
name: code-interpreter
description: A Helm chart for Code Interpreter - FastAPI service to execute Python code in isolated environments
type: application
version: 0.2.0
version: 0.2.1
appVersion: latest
keywords:
- code-execution
- python
- fastapi
- sandbox
home: https://github.com/onyx-dot-app/code-interpreter
home: https://github.com/onyx-dot-app/python-sandbox
sources:
- https://github.com/onyx-dot-app/code-interpreter
- https://github.com/onyx-dot-app/python-sandbox
maintainers:
- name: Onyx
email: hello@onyx.app
2 changes: 1 addition & 1 deletion kubernetes/code-interpreter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This Helm chart deploys the Code Interpreter service on a Kubernetes cluster. Th
### Add the repository (if published)

```bash
helm repo add code-interpreter https://onyx-dot-app.github.io/code-interpreter/
helm repo add code-interpreter https://onyx-dot-app.github.io/python-sandbox/
helm repo update
```

Expand Down