diff --git a/docs/i18n/fr/docusaurus-plugin-content-docs/current/usage/custom_sandbox_guide.md b/docs/i18n/fr/docusaurus-plugin-content-docs/current/usage/custom_sandbox_guide.md index 92fefc90ff..d7812087ff 100644 --- a/docs/i18n/fr/docusaurus-plugin-content-docs/current/usage/custom_sandbox_guide.md +++ b/docs/i18n/fr/docusaurus-plugin-content-docs/current/usage/custom_sandbox_guide.md @@ -41,7 +41,6 @@ Créez un fichier ```config.toml``` dans le répertoire OpenDevin et entrez ces ```toml [core] workspace_base="./workspace" -persist_sandbox=false run_as_devin=true sandbox_container_image="image_personnalisée" ``` @@ -92,7 +91,6 @@ Si vous voyez cette erreur dans la sortie de la console, il s'agit du fait que O ```toml [core] workspace_base="./workspace" -persist_sandbox=false run_as_devin=true sandbox_container_image="image_personnalisée" sandbox_user_id="1001" diff --git a/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage/custom_sandbox_guide.md b/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage/custom_sandbox_guide.md index c21374abbd..8bae2b75dc 100644 --- a/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage/custom_sandbox_guide.md +++ b/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/usage/custom_sandbox_guide.md @@ -40,7 +40,6 @@ docker build -t custom_image . ``` [core] workspace_base="./workspace" -persist_sandbox=false run_as_devin=true sandbox_container_image="custom_image" ``` @@ -92,7 +91,6 @@ dockerfile_content = ( ``` [core] workspace_base="./workspace" -persist_sandbox=false run_as_devin=true sandbox_container_image="custom_image" sandbox_user_id="1001" diff --git a/docs/modules/usage/custom_sandbox_guide.md b/docs/modules/usage/custom_sandbox_guide.md index eb5f1dc078..8be127f44b 100644 --- a/docs/modules/usage/custom_sandbox_guide.md +++ b/docs/modules/usage/custom_sandbox_guide.md @@ -70,7 +70,6 @@ Create a `config.toml` file in the OpenDevin directory and enter these contents: ```toml [core] workspace_base="./workspace" -persist_sandbox=false run_as_devin=true sandbox_container_image="custom_image" ``` @@ -129,7 +128,6 @@ If you see this error in the console output it is because OpenDevin is trying to ```toml [core] workspace_base="./workspace" -persist_sandbox=false run_as_devin=true sandbox_container_image="custom_image" sandbox_user_id="1001"