Skip to content

firefly-cpp/fedora-container-data-science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors