mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
remove start_sandbox.sh script (#238)
This commit is contained in:
parent
b27aae26c8
commit
a18eea8c23
3 changed files with 10 additions and 178 deletions
|
|
@ -49,7 +49,6 @@ function parseImageName(image: string): string {
|
|||
return tag ? `${name}-${tag}` : name;
|
||||
}
|
||||
|
||||
// node.js equivalent of scripts/start_sandbox.sh
|
||||
export async function start_sandbox(sandbox: string) {
|
||||
// determine full path for gemini-code to distinguish linked vs installed setting
|
||||
const gcPath = execSync(`realpath $(which gemini-code)`).toString().trim();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue