You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can not get the start file to do anything for me. I'm stumped.
I have it in my repo files in /home/jovyan/work/workspace/start but it is not officially part of my repo. I added it after the fact to the files (it's not in the git index). Would that make a difference? My environment.yml is picked up just fine in that location (it is in the repo index).
The rm and touch are to test if it's running at all. Besides that, I need to set LD_LIBRARY path and install the python package that is my repo into the conda env (which I'm unable to do in postBuild).
Thanks for your thoughts.
The text was updated successfully, but these errors were encountered:
Hi,
I can not get the start file to do anything for me. I'm stumped.
I have it in my repo files in
/home/jovyan/work/workspace/start
but it is not officially part of my repo. I added it after the fact to the files (it's not in the git index). Would that make a difference? Myenvironment.yml
is picked up just fine in that location (it is in the repo index).FWIW this is the contents of my start fiile.
The rm and touch are to test if it's running at all. Besides that, I need to set LD_LIBRARY path and install the python package that is my repo into the conda env (which I'm unable to do in postBuild).
Thanks for your thoughts.
The text was updated successfully, but these errors were encountered: