From b5e35fc2fc48cb4b6b586e358ebd03b84a5a6e42 Mon Sep 17 00:00:00 2001 From: QuantumGhost Date: Thu, 9 Jul 2026 21:30:56 +0800 Subject: [PATCH] fix: remove hardcoded sandbox path in configuration file (#38618) --- docker/volumes/sandbox/conf/config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/volumes/sandbox/conf/config.yaml b/docker/volumes/sandbox/conf/config.yaml index 3b4a6b84396..31b5a594b9f 100644 --- a/docker/volumes/sandbox/conf/config.yaml +++ b/docker/volumes/sandbox/conf/config.yaml @@ -5,8 +5,6 @@ app: max_workers: 4 max_requests: 50 worker_timeout: 5 -python_path: /opt/python/bin/python3 -nodejs_path: /usr/local/bin/node enable_network: True # please make sure there is no network risk in your environment allowed_syscalls: # please leave it empty if you have no idea how seccomp works proxy: