Skip to content

Commit 4226d31

Browse files
committed
fix: change nemoclaw_image to reference latest
1 parent dbaac71 commit 4226d31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

brev/welcome-ui/server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
ROOT = os.path.dirname(os.path.abspath(__file__))
2828
REPO_ROOT = os.environ.get("REPO_ROOT", os.path.join(ROOT, "..", ".."))
2929
SANDBOX_DIR = os.path.join(REPO_ROOT, "sandboxes", "nemoclaw")
30-
NEMOCLAW_IMAGE = "ghcr.io/nvidia/nemoclaw-community/sandboxes/nemoclaw:local"
30+
# NEMOCLAW_IMAGE = "ghcr.io/nvidia/nemoclaw-community/sandboxes/nemoclaw:local"
31+
NEMOCLAW_IMAGE = "ghcr.io/nvidia/nemoclaw-community/sandboxes/nemoclaw:latest"
3132
POLICY_FILE = os.path.join(SANDBOX_DIR, "policy.yaml")
3233

3334
LOG_FILE = "/tmp/nemoclaw-sandbox-create.log"

0 commit comments

Comments
 (0)