Open shanshanhsieh opened 3 years ago
Similar to jupyter notebook, which has a working directory. The users should set a working directory as shown below.
This could enable a simple workflow to mount local volumes onto the docker container.
you need to check your working directory's name for typos ;) guess the fourth line would also need to be changed to scenario = {general:working-directory}/{general:project}/{general:scenario-name}?
scenario = {general:working-directory}/{general:project}/{general:scenario-name}
Similar to jupyter notebook, which has a working directory. The users should set a working directory as shown below.
This could enable a simple workflow to mount local volumes onto the docker container.