# Coffee-Lecture - Options for running programs on the bwHPC cluster
Coffee-Lecture by Benedikt Otto from November 19th 2025.
```
We explore different options that users on the bwUniCluster have to run the applications necessary for their research, sorted by complexity. This includes Softwaremodules, the EasyBuild system, Jupyter Notebooks, Conda environments, Containers and Software compilation.
```
---
The file `pyxis-example.slurm` is an example SLURM file for running jobs within Enroot containers. It can be used as follows:
```bash
# Import the container image from Dockerhub. This gives us the 'ubuntu.sqsh' file.
enroot import docker://ubuntu
# The container name needs to start with 'pyxis_'.