Skip to content

Commit 6a5c478

Browse files
authored
homework prompt in apptainer
1 parent d94c25a commit 6a5c478

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

episodes/04-apptainer.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Check to see if you have a jupyter config file. To create one, log in to the rem
101101
```bash
102102
Singularity> jupyter-lab --generate-config
103103
```
104-
It will print out the path to a jupyter_lab_config.py file, which may be in your home directory outside the shell in .jupyter/jupyter_lab_config.py. Change the line:
104+
It will print out the path to a `jupyter_lab_config.py` file, which may be in your home directory outside the apptainer shell in `.jupyter/jupyter_lab_config.py`. Change the line:
105105

106106
```
107107
c.ServerApp.open_browser = False
@@ -141,6 +141,23 @@ you will get a welcome message, and a root prompt that looks like
141141
```bash
142142
Singularity> root [0]
143143
```
144+
## Exercises
145+
146+
:::::::::::::::::::::::::: challenge
147+
148+
## Homework: confirm your containers work
149+
150+
Please visit the [assignment form](https://docs.google.com/forms/d/e/1FAIpQLSdxsc-aIWqUyFA0qTsnbfQrA6wROtAxC5Id4sxH08STTl8e5w/viewform) and answer a few questions about your container. You need to sign in and <strong style="color: red;">click on the submit button</strong> in order to save your work. You can go back to edit the form at any time.
151+
152+
::::::::::::::::::::::::::::::::
153+
154+
::::::::::::::::::::::::::: challenge
155+
156+
## Challenges from the previous episode
157+
158+
If you skipped the previous episode because you are working on a remote cluster, [go back one page](03-docker-for-cms-opendata.md#exercises) and try the exercises using apptainer. The main goal of these exercises is to make sure you are able to execute important commands inside the containers and access stored files. If you need help, contact us in Mattermost.
159+
160+
::::::::::::::::::::::::::::
144161

145162

146163
::::::::::::::::::::::::::::::::::::: keypoints

0 commit comments

Comments
 (0)