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:Jump to solution
Thanks @ashleyk I made a new script and call that before I call the start script
2 Replies
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
Thanks @ashleyk I made a new script and call that before I call the start script