Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 05fa484

Browse files
authored
Merge pull request #456 from PrimeIntellect-ai/chore/socket-path-update
adjust prime socket path naming
1 parent 5f6d4d2 commit 05fa484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/worker/src/docker/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ impl DockerService {
212212
}
213213

214214
env_vars.insert("NODE_ADDRESS".to_string(), node_address);
215-
env_vars.insert("PRIME_SOCKET_PATH".to_string(), task_bridge_socket_path.to_string());
215+
env_vars.insert("PRIME_MONITOR__SOCKET__PATH".to_string(), task_bridge_socket_path.to_string());
216216
env_vars.insert("PRIME_TASK_ID".to_string(), payload.id.to_string());
217217
if let Some(p2p_seed) = p2p_seed {
218218
env_vars.insert("IROH_SEED".to_string(), p2p_seed.to_string());

0 commit comments

Comments
 (0)