Skip to content

Bhavyeshkumars/cd4ml-jenkins

 
 

Repository files navigation

CD4ML Workshop with Jenkins

Build Containers locally (not required if wanting to pull from dockerhub)

./build-containers.sh

Docker Compose Instructions

Start Environment

 docker-compose -f "docker-compose.yaml" up -d --build --remove-orphans

Docker Compose (Down)

docker-compose -f "docker-compose.yaml" down

Get Admin Password for Jenkins

docker exec -it jenkins cat /var/jenkins_home/secrets/initialAdminPassword

Get URL for Dev Environment

docker logs dev

Look for the line that looks like the following: `http://127.0.0.1:8888/?token= Copy the part and paste into Jupyter Lab

Workshop Apps

Jenkins

Jenkins Blue Ocean

ML Model

MLFlow

Jupyter Lab

Kibana

About

CD4ML with jenkins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.0%
  • HTML 11.3%
  • JavaScript 8.8%
  • Shell 8.6%
  • Dockerfile 2.6%
  • PowerShell 1.7%