Remove PERSIST_SANDBOX=true option (#2591)

This commit is contained in:
mamoodi
2024-06-22 13:59:34 -04:00
committed by GitHub
parent 6bf1b56f06
commit 9af2a08eda
3 changed files with 0 additions and 5 deletions

View File

@@ -72,8 +72,6 @@ WORKSPACE_BASE=$(pwd)/workspace
docker run -it \
--pull=always \
-e SANDBOX_USER_ID=$(id -u) \
-e PERSIST_SANDBOX="true" \
-e SSH_PASSWORD="make something up here" \
-e WORKSPACE_MOUNT_PATH=$WORKSPACE_BASE \
-v $WORKSPACE_BASE:/opt/workspace_base \
-v /var/run/docker.sock:/var/run/docker.sock \