Skip to content

Commit

Permalink
Merge pull request #8204 from OpenMined/fix/hb_839
Browse files Browse the repository at this point in the history
Fix 0.8.1 hagrid env variable bug
  • Loading branch information
madhavajay authored Nov 1, 2023
2 parents 2ec9279 + a3a62b8 commit 07b3875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hagrid/hagrid/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2187,6 +2187,7 @@ def create_launch_docker_cmd(
"DOCKER_BUILDKIT": 1,
"HTTP_PORT": int(host_term.free_port),
"HTTPS_PORT": int(host_term.free_port_tls),
"BACKEND_STORAGE_PATH": "credentials-data",
"TRAEFIK_TAG": str(tag),
"NODE_NAME": str(snake_name),
"NODE_TYPE": str(node_type.input),
Expand Down

0 comments on commit 07b3875

Please sign in to comment.