Page 1 of 1

NNDK in docker

Posted: Mon Oct 24, 2022 2:11 pm
by Forrest
We use Docker extensively in testing our releases. I posted the Dockerfile that we use to test the NNDK so that others may use it as well. Its up on GitHub.

The Dockerfile builds into a Linux installation of the NNDK with all required Linux utilities installed. If you are doing more then just testing examples, you may want to mount a local workspace into the container if you are trying to build your own applications.

https://github.com/NetBurner/nburn-docker

Re: NNDK in docker

Posted: Wed Oct 26, 2022 3:51 am
by zealott
Nice, thanks!