How do I edit the pre_start file on a pod and have it persist?

read the title please. Jupyter doesn't persist outside workspace.
Solution:
Thanks @ashleyk I made a new script and call that before I call the start script
Jump to solution
2 Replies
ashleyk
ashleyk12mo ago
You can't edit the pre start script and make it persist because it's on the container disk which is temporary storage. You have to fork the repo and create your own image.
Solution
antoniormrzz
antoniormrzz12mo ago
Thanks @ashleyk I made a new script and call that before I call the start script

Did you find this page helpful?