Remove some obsolete examples of persist_sandbox in the doc (#3312)

This commit is contained in:
Graham Neubig
2024-08-09 10:06:55 -04:00
committed by GitHub
parent 5e6fd58f56
commit b4db5b9cae
3 changed files with 0 additions and 6 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"