Skip to content

Commit

Permalink
fix: dont utilize the default efs mount on normal aws deploys (#9437)
Browse files Browse the repository at this point in the history
  • Loading branch information
tayritenour authored May 28, 2024
1 parent a0f2e33 commit b96ccba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion harness/determined/deploy/aws/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,6 @@ def handle_dump_master_config_template(args: argparse.Namespace) -> None:
cli.Arg(
"--genai-shared-fs-mount-path",
type=str,
default="/run/determined/workdir/shared_fs",
help="Specifies the path to mount the shared filesystem used for datasets in"
+ " GenAI. Defaults to `/run/determined/workdir/shared_fs`",
),
Expand Down

0 comments on commit b96ccba

Please sign in to comment.