Skip to content
This repository was archived by the owner on Jul 19, 2026. It is now read-only.

Latest commit

Β 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

A basic container image for performing data science reproducibility studies based on Fedora Linux

πŸš€ Build & run

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.

πŸš€ Build & run

🐳 Docker

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" ds

🦦 Podman

The 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" ds

Disclaimer

This 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!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages