Skip to content
Snippets Groups Projects
Commit 1a8b32f2 authored by Christian Rohlfing's avatar Christian Rohlfing
Browse files

- bugfix

parent a430b8e6
No related branches found
No related tags found
No related merge requests found
Pipeline #209390 passed
......@@ -37,10 +37,10 @@ build-binder:
# Use Binder build API to trigger repo2docker to build image on GKE and OVH Binder Federation clusters
- ls
- apk update && apk add curl
- chmod +x .gitlab-ci_trigger-binder.sh
- .gitlab-ci_trigger-binder.sh https://mybinder.org/build/git/https%3A%2F%2Fgit.rwth-aachen.de%2FIENT%2Fjupyter-quickstart/master
- .gitlab-ci_trigger-binder.sh https://gke.mybinder.org/build/git/https%3A%2F%2Fgit.rwth-aachen.de%2FIENT%2Fjupyter-quickstart/master
- .gitlab-ci_trigger-binder.sh https://ovh.mybinder.org/build/git/https%3A%2F%2Fgit.rwth-aachen.de%2FIENT%2Fjupyter-quickstart/master
- chmod +x binder/trigger-binder.sh
- binder/trigger-binder.sh https://mybinder.org/build/git/https%3A%2F%2Fgit.rwth-aachen.de%2FIENT%2Fjupyter-quickstart/master
- binder/trigger-binder.sh https://gke.mybinder.org/build/git/https%3A%2F%2Fgit.rwth-aachen.de%2FIENT%2Fjupyter-quickstart/master
- binder/trigger-binder.sh https://ovh.mybinder.org/build/git/https%3A%2F%2Fgit.rwth-aachen.de%2FIENT%2Fjupyter-quickstart/master
- ls
only:
- master
......
......@@ -13,7 +13,7 @@ RUN conda env update -f /tmp/environment.yml
RUN conda clean --all -f -y
# install some extensions defined in binder postBuild
ADD postBuild /tmp/postBuild.sh
ADD binder/postBuild /tmp/postBuild.sh
USER root
RUN chmod +x /tmp/postBuild.sh
USER $NB_USER
......
......@@ -24,7 +24,7 @@ Copy and paste the displayed link to your favorite browser.
## Local Installation
To run the notebooks on your local machine, you may use [Anaconda](https://www.anaconda.com/) (using `pip` is also possible for experienced users. You have to install all the requirements listed in `environment.yml` and install the commands listed in `postBuild`).
To run the notebooks on your local machine, you may use [Anaconda](https://www.anaconda.com/) (using `pip` is also possible for experienced users. You have to install all the requirements listed in `environment.yml` and install the commands listed in `binder/postBuild`).
* Install [Anaconda](https://www.anaconda.com/).
* Download this repository to your local disk. You can download it as a zip-File or use `git`:
......@@ -49,8 +49,8 @@ To run the notebooks on your local machine, you may use [Anaconda](https://www.a
* Run two final commands in the Anaconda prompt (with activated `jupyter-quickstart` environment):
```bash
chmod +x postBuild
postBuild
chmod +x binder/postBuild
binder/postBuild
```
If the latter command fails, please open `postBuild` and execute the commands listed there manually.
......
../environment.yml
\ No newline at end of file
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment