-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Clarify startuphook #9517
Conversation
✅ Deploy Preview for determined-ui canceled.
|
a45a0f5
to
e869453
Compare
are launched or deep learning operations are performed. The startup hook can be used to customize | ||
the container environment, install additional dependencies, and download data sets among other shell | ||
script commands. | ||
If a ``startup-hook.sh`` file exists in the top level of your model definition directory, it is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think "model definition directory" may be confusing. It is only really applicable to experiments. For shells, notebooks and tensorboards, it would, I think, just be called the context directory. It may be worthwhile saying you need to supply the context directory for the NTS(not C) commands, which should be --context
, or -c
for each of them. I'm sure you can get it to work with --include
as well, but requires a bit more directory management.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
e869453
to
929875c
Compare
per customer request
929875c
to
db35e03
Compare
per customer request
startup-hook.sh does not apply to det cmd. It applies to experiments, notebooks, shells, and TensorBoards, but not commands.
Ticket
Description
Test Plan
Checklist
docs/release-notes/
.See Release Note for details.