Skip to content

build(deps): bump matplotlib from 3.8.4 to 3.10.7 #132

build(deps): bump matplotlib from 3.8.4 to 3.10.7

build(deps): bump matplotlib from 3.8.4 to 3.10.7 #132

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