Skip to content

Commit

Permalink
add note section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Arkenau committed Oct 6, 2023
1 parent e2f3e30 commit f0fd4f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ This repository is based on public template from Allison Thackston for a [generi
3. If you have a Nvidia GPU, install the [NVIDIA Container Toolkit](https://github.com/NVIDIA/nvidia-container-toolkit) to get GPU acceleration inside the container. Instructions can be found [here](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html#setting-up-nvidia-container-toolkit).
4. Open VS Code press `F1` and use `Dev Containers: Open Folder in Container`. Or use the pop up in the lower right corner.

## Note

- The Docker image is quite larage (around 7.5GB), keep that in mind when deleting or rebuilding the image.
- **The Container has evelated privileges for performing networking administration**. This gives the container control over the hosts network stack.

## TODOs

- [ ] Provide setup scripts for the discovery server setup.
Expand Down

0 comments on commit f0fd4f7

Please sign in to comment.