Skip to content

Commit

Permalink
Update binder-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ssp24 committed Jun 19, 2024
1 parent 66e5a18 commit 98ffe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binder-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
OPENAI_API_KEY: ${{ secrets.JUPYTER_AI_API_KEY }}
run: |
jupyter-repo2docker --no-run --user-name=jovyan --user-id=1000 --image-name=mybinder . \
&& docker run -e OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }} mybinder /bin/bash -c "source ~/.bashrc && jupyter notebook"
&& docker run -e OPENAI_API_KEY=${{ secrets.JUPYTER_AI_API_KEY }} mybinder /bin/bash -c "source ~/.bashrc && jupyter notebook"

0 comments on commit 98ffe40

Please sign in to comment.