Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elisabettai committed Apr 15, 2024
1 parent 490da77 commit 670e188
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ jobs:
- name: test cookiecutter
run: |
source .venv/bin/activate
ls
pip install -r requirements-dev.txt
make tests
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Cookiecutter For o²S²PARC Jupyter Services

Status: ![Build Status](https://github.com/ITISFoundation/cookiecutter-osparc-jupyterlab-service/workflows/Github-CI%20Push/PR/badge.svg)

Template library to generate an [o²S²PARC compatible interactive service with the JupyterLab environment](https://docs.osparc.io/#/docs/study_setup/JupyterLabs?id=jupyterlab).
In addition to the different JupyterLab "flavours" offered on o²S²PARC, you can use this library to create one with your favourite software and tools.
As a basis, we recommend to start from the [Jupyter Docker Stacks](https://jupyter-docker-stacks.readthedocs.io/en/latest/).

This library is pre-configured to easily build JuptyerLabs with Python, R or Julia and additional dependencies. Just choose the appropriate `base_image` when running the cookiecutter and follow the instructions in the `README.md`.

If you need to install other custom software, you can do so my selecting the custom image as `base_image`.

## Requirements
- GNU Make
- Python3
- Python3-venv (recommended to work in a virtual environment)
- [``cookiecutter``](https://python-package-generator.readthedocs.io/en/master/)
- [Docker](https://docs.docker.com/get-docker/) (if you wish to build and test the service locally)

```console
sudo apt-get update
Expand Down

0 comments on commit 670e188

Please sign in to comment.