hpc-toolset-tutorial
hpc-toolset-tutorial copied to clipboard
Tutorial for installing Open XDMoD, OnDemand, & ColdFront
We need to add a section around Globus to the tutorial walkthrough to demonstrate the config and how it works.
`libyaml-devel` is required for the OnDemand containers. It appears this package is only being installed for x86 containers.
Trying to force build images (in order to test other changes), I get the following error. I'm no go developer so I'm afraid I'm at a loss as to the...
TurboVNC.repo can no longer be found at https://turbovnc.org/pmwiki/uploads/Downloads/TurboVNC.repo New link points to https://raw.githubusercontent.com/TurboVNC/repo/main/TurboVNC.repo This affects slurm/install.sh. I'll submit PR for review.
The jupyter notebook in the OnDemand demo needs this additional import as well as the default rendering setting. ``` import plotly.io as pio pio.renderers.default = 'notebook' ```
Keep getting this error when trying to build the containers with compose: coldfront | raise NotSupportedError( coldfront | django.db.utils.NotSupportedError: MariaDB 10.4 or later is required (found 10.3.39). coldfront | --...
It looks most everything has been hard-coded to the localhost for some reason. Not everyone has docker locally or the capability to run containers locally, especially in very secure environments....
Building the containers from scratch shows these errors. But if you run the demo as is and then look at logs you'll see the same types of issues. Going into...
I just cloned this repo and ran the ./hpcts start command for the first time. ood is running and i can start jobs and run an interactive jupyter notebook session,...
Considering all the issues about the expired certificates in pulled images (#189, #184, #193, #194...) and as it was suggested many times, I tried to build containers locally using `docker...