Skip to content

Commit

Permalink
Create binder.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeguzzi authored Sep 2, 2024
1 parent e447e41 commit c5145f9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/binder.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build Notebook Container
on: [push] # You may want to trigger this Action on other things than a push.
jobs:
build:
runs-on: ubuntu-latest
steps:

- name: checkout files in repo
uses: actions/checkout@master

- name: update jupyter dependencies with repo2docker
uses: machine-learning-apps/repo2docker-action@master
with:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
MYBINDERORG_CACHE: true

0 comments on commit c5145f9

Please sign in to comment.