This page is no longer maintained.

All information and guides related to AI-LAB have been moved to https://hpc.aau.dk/ai-lab/ . Please visit the new site for the most up-to-date resources on AI-LAB.

Skip to content

Adding a course

You are invited to design your own course for AI-LAB. You can create your own pages within the documentation and upload course materials directly to the AI-LAB server.

How to add a course to the documentation

Follow these steps to create a new course:

  1. To be able to contribute you will need a GitHub account.
  2. Start by forking the repository to your GitHub account from here: https://github.com/aau-claaudia/ailab-docs/fork.
  3. Go into your forked repository and in the /docs/courses directory, create a new folder named after your course. This folder will contain your .md files, which form the basis of your course content.

Info

  1. Once you have made the necessary changes, submit a pull request to the main repository.
  2. We will review your changes and, if everything is in order, merge your pull request.

Adding container image files to AI-LAB

You can add your own container image files to the /ceph/container directory on AI-LAB. Simply cp the container from your own directory to the /ceph/container or use scp if you want to transfer it from your local computer. Take a look at File management for more details.

We also have guides on how to download container images and how to build your own container image.

Adding course material to AI-LAB

Similar to adding container image files, you can add files to the /ceph/course directory on AI-LAB. It could be datasets or scripts, but also container images. Please make a directory (mkdir [name]) that you can store your files in.