-
Notifications
You must be signed in to change notification settings - Fork 98
Description
It says here:
https://github.com/ubccr/hpc-toolset-tutorial/blob/master/ondemand/README.md#create-the-jupyter-application
to use /var/git/bc_example_jupyter
as the Git Remote, but the only thing in that directory is the files that normally live in .git
. The actual bc_example_jupyter code is not there. If I use https://github.com/OSC/bc_example_jupyter
as the Git Remote, everything works fine. I'm guessing you prefer to use a local directory to avoid some downloading during conferences, but it's not working as is. Here's what's there:
[hpcadmin@ondemand bc_example_jupyter]$ pwd
/var/git/bc_example_jupyter
[hpcadmin@ondemand bc_example_jupyter]$ ls -A
branches config description HEAD hooks info objects packed-refs refs
I see there's also an ood_example_ps directory in /var/git. I haven't gotten to the point in the tutorial where I'd be using that, but it looks like it too only has the contents of .git without any actual code.