Skip to content

Commit

Permalink
deploy: ae7a7b8
Browse files Browse the repository at this point in the history
  • Loading branch information
apalleja committed Feb 4, 2025
1 parent fbc8684 commit 86badd5
Show file tree
Hide file tree
Showing 21 changed files with 1,431 additions and 7 deletions.
Binary file added .doctrees/course_information/Instructions.doctree
Binary file not shown.
Binary file added .doctrees/course_information/Location.doctree
Binary file not shown.
Binary file added .doctrees/course_information/Timing.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
21 changes: 21 additions & 0 deletions _sources/course_information/Instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Instructions

## Opening the Github codespace to have an environment to work with the Docker

To avoid installation and configuration issues we are going to deploy an environment for you containing VS Code and Docker.

If you want to open directly a GitHub codespace for this specific repository click here: [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/biosustain/dsp_docker_training)

Don't change the configuration and accept the default option. It says pay but you're not paying...

If you want to do it manually go to [course website](https://github.com/biosustain/dsp_docker_training)

Click on button **Code** and click on the Codespaces tab. There click on **Create codespace**. Now your Nextflow environment will be built following the instructions in devcontainer.json file (i.e. installing Ubuntu, Docker, VSCode with Docker extension) with additional customization added in the Dockerfile (i.e, installing Docker dependencies).

To learn more about Github codespaces go [here](https://github.com/features/codespaces)

>Please remember to delete your Codespace by the end of the class so that you do not consume your free Github codespace credits! If you do not delete it it will be deleted automatically days after your created.
### Docker

Please to install Docker follow this [link](https://docs.docker.com/get-started/get-docker/) and download the version that matches you OS.
9 changes: 9 additions & 0 deletions _sources/course_information/Location.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Location

The Data Club session about Docker is on 19th February 2025

DTU Campus

Building 208

room ALC3/002
7 changes: 7 additions & 0 deletions _sources/course_information/Timing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Timing

This is the agenda for the Data Club on the 19th February 2025

10:00-11:30 : Introduction + Hands-on + Q&A

11:30-12:00: Lunch + Networking (in the class or we will move to the building 208 hall)
10 changes: 10 additions & 0 deletions _sources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ And remember to ask questions during the Data Club or over lunch, you can always
about
```

```{toctree}
:maxdepth: 2
:hidden:
:caption: Course Information
course_information/Instructions.md
course_information/Location.md
course_information/Timing.md
```

```{toctree}
:maxdepth: 2
:hidden:
Expand Down
12 changes: 9 additions & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<link rel="author" title="About these documents" href="#" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Docker Introduction" href="course_contents/DockerIntro.html" />
<link rel="next" title="Instructions" href="course_information/Instructions.html" />
<link rel="prev" title="Docker Introduction" href="index.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
Expand Down Expand Up @@ -158,6 +158,12 @@
<ul class="current nav bd-sidenav">
<li class="toctree-l1 current active"><a class="current reference internal" href="#">About</a></li>

</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Course Information</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="course_information/Instructions.html">Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="course_information/Location.html">Location</a></li>
<li class="toctree-l1"><a class="reference internal" href="course_information/Timing.html">Timing</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Course contents</span></p>
<ul class="nav bd-sidenav">
Expand Down Expand Up @@ -403,11 +409,11 @@ <h2>Data Science platform<a class="headerlink" href="#data-science-platform" tit
</div>
</a>
<a class="right-next"
href="course_contents/DockerIntro.html"
href="course_information/Instructions.html"
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Docker Introduction</p>
<p class="prev-next-title">Instructions</p>
</div>
<i class="fa-solid fa-angle-right"></i>
</a>
Expand Down
12 changes: 9 additions & 3 deletions course_contents/DockerIntro.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Docker Hands-on beginners training" href="HandsOn.html" />
<link rel="prev" title="About" href="../about.html" />
<link rel="prev" title="Timing" href="../course_information/Timing.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docsearch:version" content="" />
Expand Down Expand Up @@ -158,6 +158,12 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../about.html">About</a></li>

</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Course Information</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../course_information/Instructions.html">Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../course_information/Location.html">Location</a></li>
<li class="toctree-l1"><a class="reference internal" href="../course_information/Timing.html">Timing</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Course contents</span></p>
<ul class="current nav bd-sidenav">
Expand Down Expand Up @@ -358,12 +364,12 @@ <h1>Docker Introduction<a class="headerlink" href="#docker-introduction" title="

<div class="prev-next-area">
<a class="left-prev"
href="../about.html"
href="../course_information/Timing.html"
title="previous page">
<i class="fa-solid fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">About</p>
<p class="prev-next-title">Timing</p>
</div>
</a>
<a class="right-next"
Expand Down
6 changes: 6 additions & 0 deletions course_contents/HandsOn.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../about.html">About</a></li>

</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Course Information</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../course_information/Instructions.html">Instructions</a></li>
<li class="toctree-l1"><a class="reference internal" href="../course_information/Location.html">Location</a></li>
<li class="toctree-l1"><a class="reference internal" href="../course_information/Timing.html">Timing</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Course contents</span></p>
<ul class="current nav bd-sidenav">
Expand Down
Loading

0 comments on commit 86badd5

Please sign in to comment.