Skip to content

ericnagler/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