Skip to content

build(deps): bump matplotlib from 3.8.4 to 3.10.6 #128

build(deps): bump matplotlib from 3.8.4 to 3.10.6

build(deps): bump matplotlib from 3.8.4 to 3.10.6 #128

Workflow file for this run

name: Container Build
on:
- pull_request
- push
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Builds Docker Image
run: docker compose build notebook
- name: Stops Containers
run: docker compose down