Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip
titleGPU-powered Jupyter lab

You can run a Jupyter Lab on a node with a GPU with:

No Format
ecinteractive -g -j

More details on JupyterLab with ecinteractive can be found here.


Warning
titleUsage etiquette

Leaving your interactive sessions idle prevents other users from making use of the resources reserved for your job, and in particular the GPU. Limit your interactive sessions to the minimum required time to accomplish your task, and kill them once you are finished to leave room for the next user. If you need interactive access again later, you can start a new session.

Software stack

Most AI/ML tools and libraries are Python based, so in most cases you can use one of the following methods

...