We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbaac71 commit 4226d31Copy full SHA for 4226d31
brev/welcome-ui/server.py
@@ -27,7 +27,8 @@
27
ROOT = os.path.dirname(os.path.abspath(__file__))
28
REPO_ROOT = os.environ.get("REPO_ROOT", os.path.join(ROOT, "..", ".."))
29
SANDBOX_DIR = os.path.join(REPO_ROOT, "sandboxes", "nemoclaw")
30
-NEMOCLAW_IMAGE = "ghcr.io/nvidia/nemoclaw-community/sandboxes/nemoclaw:local"
+# NEMOCLAW_IMAGE = "ghcr.io/nvidia/nemoclaw-community/sandboxes/nemoclaw:local"
31
+NEMOCLAW_IMAGE = "ghcr.io/nvidia/nemoclaw-community/sandboxes/nemoclaw:latest"
32
POLICY_FILE = os.path.join(SANDBOX_DIR, "policy.yaml")
33
34
LOG_FILE = "/tmp/nemoclaw-sandbox-create.log"
0 commit comments