Skip to content

Tani303/dockerized_pipeline_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerized_pipeline_demo

How to run this pipeline

  • Clone the repository:
git clone [email protected]:b-rodrigues/dockerized_pipeline_demo.git
  • Build the image (run this command in the same folder where you cloned the repo):
docker build -t pipe_demo .
  • You can now run the pipeline with the following command (change /absolute/path/ to the path on your machine)
docker run --rm --name demo_container -v /absolute/path/dockerized_pipeline_demo/fig/:/home/graphs:rw pipe_demo

If everything went well, you should see three plots inside the fig/ folder.

Requirements

You need to have Docker installed.

Github Actions

Each time a change gets pushed to this repo, a github actions triggers and plots get saved as an artifact.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 93.5%
  • Dockerfile 6.5%