...
By default, two ResourceProfiles
exist, 'Basic', and 'BasicGpu'. For example, to launch the Jupyter service using the 'BasicGpu' profile, you would execute
Jupyter.inst().startWithConfig({'resourceProfile': 'BasicGpu'})
...
...
By default, two ResourceProfiles
exist, 'Basic', and 'BasicGpu'. For example, to launch the Jupyter service using the 'BasicGpu' profile, you would execute
Jupyter.inst().startWithConfig({'resourceProfile': 'BasicGpu'})
...