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 #281481 passed
...@@ -37,10 +37,10 @@ build-binder: ...@@ -37,10 +37,10 @@ build-binder:
# Use Binder build API to trigger repo2docker to build image on GKE and OVH Binder Federation clusters # Use Binder build API to trigger repo2docker to build image on GKE and OVH Binder Federation clusters
- ls - ls
- apk update && apk add curl - apk update && apk add curl
- chmod +x .gitlab-ci_trigger-binder.sh - chmod +x binder/trigger-binder.sh
- .gitlab-ci_trigger-binder.sh https://mybinder.org/build/git/https%3A%2F%2Fgit.rwth-aachen.de%2FIENT%2Fjupyter-quickstart/master - binder/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 - binder/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 - binder/trigger-binder.sh https://ovh.mybinder.org/build/git/https%3A%2F%2Fgit.rwth-aachen.de%2FIENT%2Fjupyter-quickstart/master
- ls - ls
only: only:
- master - master
......
...@@ -13,7 +13,7 @@ RUN conda env update -f /tmp/environment.yml ...@@ -13,7 +13,7 @@ RUN conda env update -f /tmp/environment.yml
RUN conda clean --all -f -y RUN conda clean --all -f -y
# install some extensions defined in binder postBuild # install some extensions defined in binder postBuild
ADD postBuild /tmp/postBuild.sh ADD binder/postBuild /tmp/postBuild.sh
USER root USER root
RUN chmod +x /tmp/postBuild.sh RUN chmod +x /tmp/postBuild.sh
USER $NB_USER USER $NB_USER
......
...@@ -24,7 +24,7 @@ Copy and paste the displayed link to your favorite browser. ...@@ -24,7 +24,7 @@ Copy and paste the displayed link to your favorite browser.
## Local Installation ## 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/). * Install [Anaconda](https://www.anaconda.com/).
* Download this repository to your local disk. You can download it as a zip-File or use `git`: * 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 ...@@ -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): * Run two final commands in the Anaconda prompt (with activated `jupyter-quickstart` environment):
```bash ```bash
chmod +x postBuild chmod +x binder/postBuild
postBuild binder/postBuild
``` ```
If the latter command fails, please open `postBuild` and execute the commands listed there manually. 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