Skip to content

Commit

Permalink
Moved instructions to general User Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Feb 13, 2024
1 parent 735fc2a commit f799b51
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
7 changes: 1 addition & 6 deletions doc/user_guide/docker/docker_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,6 @@ docker exec --user root -it ${CONTAINER_ID} bash

## Installing Additional Dependencies

Using one of the Jupyter notebooks you can simply add a cell and execute [magic-pip](https://ipython.readthedocs.io/en/stable/interactive/magics.html#magic-pip) in it.

The following command installs Python dependendy `stream-zip`:
```shell
%pip install --upgrade stream-zip
```
See [User Guide](../user_guide.md#installing-additional-dependencies).

Please note: Removing the docker container `docker rm <container>` will discard all dependencies that have been installed additionally.
9 changes: 9 additions & 0 deletions doc/user_guide/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,12 @@ Check [Jupyter Home](https://jupyter.org/) for more information.
You can open the starting page with `https://<host>:<port>`.

Please note specific instructions for [AI-Lab Docker Edition](docker/docker_usage.md).

## Installing Additional Dependencies

Using one of the Jupyter notebooks you can simply add a cell and execute [magic-pip](https://ipython.readthedocs.io/en/stable/interactive/magics.html#magic-pip) in it.

The following command installs Python dependendy `stream-zip`:
```shell
%pip install --upgrade stream-zip
```

0 comments on commit f799b51

Please sign in to comment.