Don't set seed for users (#7474)

This commit is contained in:
Engel Nyst
2025-03-24 20:38:45 +01:00
committed by GitHub
parent b1470a1ac4
commit 94cb91947d

View File

@@ -48,7 +48,6 @@ docker pull docker.all-hands.dev/all-hands-ai/runtime:0.29-nikolaik
docker run -it --rm --pull=always \
-e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.29-nikolaik \
-e LOG_ALL_EVENTS=true \
-e LLM_SEED=42 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v ~/.openhands-state:/.openhands-state \
-p 3000:3000 \