Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/cloud/noppe/guide_for_teachers.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ docker run -p 8888:8787 <yourimagename>
### Upload and link the image to your application

For the docker image to be used in your application. You need to host it somewhere, e.g. DockerHub or Rahti registry.
Once you have it hosted somewhere, provide the link to your image in the application : `Edit application` > `Container image`.
Once you have it hosted somewhere, provide the link to your image in the application : `Manage workspaces on the left` >
`Edit application` > `Container image`.

## Adding Python packages to an existing workspace

Expand Down