A container hosts all packages from the Nia{Py, AML, Class, ARM} collection.
The image can be built using the following command:
$ docker build --tag nia .Run the image using
docker run -it --name nia -v "$PWD:/var/nia" niaRun the image using Powershell and {$PWD} due to $PWD not being avaliable in command prompt on Windows.
docker run -it --name nia -v "{$PWD}:/var/nia" niaThe image can be built using the following command:
Run the image using
$ podman build --tag nia .Run the image using Powershell and {$PWD} due to $PWD not being avaliable in command prompt on Windows.
podman run -it --name nia -v "{$PWD}:/var/nia" niaThis software is provided as-is, and there are no guarantees that it fits your purposes or that it is bug-free. Use it at your own risk!
