Skip to main content

Sessions

A Renku session is an interactive run-time environment that can be used to do work on data and code.

A session is created by a Session Launcher (see Launcher) and is a running instance of an Environment. Inside a session, all of the project’s Code repositories are cloned and Data connectors are mounted (as long as the user provided any required access credentials).

A session has access to a certain amount of compute resources (CPU, GPU, RAM and storage). This is determined by the resource class set on the Launcher. For more information about compute resources, see Resource Pools & Classes.

The sessions you launch are always private to you, but others with access to your project may launch their own instances of the session.