Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEL: Remove dockerfiles #78

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
steps:
- name: checkout files in repo
uses: actions/checkout@main
- name: remove Dockerfile
run: |
rm binder/Dockerfile
- name: update jupyter dependencies with repo2docker
uses: jupyterhub/repo2docker-action@master
with:
Expand Down
1 change: 0 additions & 1 deletion binder/Dockerfile

This file was deleted.

6 changes: 3 additions & 3 deletions binder/kernel.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"argv": [
"/srv/conda/envs/notebook/bin/python",
"/srv/conda/envs/ams-open-radar-2023-dev/bin/python",
"-m",
"ipykernel_launcher",
"-f",
"{connection_file}"
],
"display_name": "Python 3",
"language": "python",
"env": {"LD_LIBRARY_PATH":":/srv/conda/envs/notebook/lib:/srv/conda/envs/notebook/hlhdf/lib:/srv/conda/envs/notebook/rave/lib:/srv/conda/envs/notebook/beamb/lib:/srv/conda/envs/notebook/bropo/lib:/srv/conda/envs/notebook/baltrad-wrwp/lib",
"PATH": ":/srv/conda/envs/notebook/bin:/srv/conda/condabin:/home/jovyan/.local/bin:/home/jovyan/.local/bin:/srv/conda/envs/notebook/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/srv/conda/envs/notebook/hlhdf/bin:/srv/conda/envs/notebook/rave/bin:/srv/conda/envs/notebook/beamb/bin:/srv/conda/envs/notebook/bropo/bin:/srv/conda/envs/notebook/baltrad-wrwp/bin"}
"env": {"LD_LIBRARY_PATH":":/srv/conda/envs/ams-open-radar-2023-dev/lib:/srv/conda/envs/ams-open-radar-2023-dev/hlhdf/lib:/srv/conda/envs/ams-open-radar-2023-dev/rave/lib:/srv/conda/envs/ams-open-radar-2023-dev/beamb/lib:/srv/conda/envs/ams-open-radar-2023-dev/bropo/lib:/srv/conda/envs/ams-open-radar-2023-dev/baltrad-wrwp/lib",
"PATH": ":/srv/conda/envs/ams-open-radar-2023-dev/bin:/srv/conda/condabin:/home/jovyan/.local/bin:/home/jovyan/.local/bin:/srv/conda/envs/ams-open-radar-2023-dev/bin:/srv/conda/bin:/srv/npm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/srv/conda/envs/ams-open-radar-2023-dev/hlhdf/bin:/srv/conda/envs/ams-open-radar-2023-dev/rave/bin:/srv/conda/envs/ams-open-radar-2023-dev/beamb/bin:/srv/conda/envs/ams-open-radar-2023-dev/bropo/bin:/srv/conda/envs/ams-open-radar-2023-dev/baltrad-wrwp/bin"}
}
Loading