Skip to content

nesi/hpc-intro-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to running deep learning code on NeSI

This repository hosts the content of the Intro to HPC (Deep Learning) workshop run by NeSI.

Following instructions are for maintainers only, not for attendees.

Getting started

First, install MkDocs and other dependencies in a Python virtual environment:

python -m venv venv
. venv/bin/activate
pip install -r requirements.txt

Once your virtual environment is ready, compile a local version of the workshop material using:

mkdocs serve

and open your web browser at the address returned by the command.

Happy hacking!

TODO

The following items would be good to have:

  • use a variable for the workshop name to ease update for each event,
  • add instruction to tell attendees to use conda deactivate before the apptainer section.