The repository is devoted to a sample container image built on the top of Fedora Linux that installs some data science dependencies using the "dnf" package manager and runs a python script.
The image can be built using the following command:
$ docker build --tag ds .Run the image using:
docker run -it --name ds-container -v "$PWD:/var/ds" dsThe image can be built using the following command:
$ podman build --tag ds .Run the image using:
podman run -it --name ds-container -v "$PWD:/var/ds" dsThis 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!