From 007a769df3b172add4be9560651ab4a524d9d0c7 Mon Sep 17 00:00:00 2001 From: Duy Huynh Date: Tue, 9 Jul 2024 11:39:17 +0700 Subject: [PATCH] chore: readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c46eff2..dbc23c8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ LLM Sandbox is a lightweight and portable sandbox environment designed to run la - **Isolation:** Run your code in isolated Docker containers to prevent interference with your host system. - **Flexibility:** Support for multiple programming languages. - **Portability:** Use predefined Docker images or custom Dockerfiles. -- **Scalability:** Support Kubernetes. +- **Scalability:** Support Kubernetes and remote Docker host. ### Installation