Skip to content

Commit

Permalink
chore: fix project config (#155)
Browse files Browse the repository at this point in the history
closes #135
closes #134
  • Loading branch information
rokroskar authored Dec 23, 2022
1 parent c83a1b1 commit f2a7781
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion R-minimal/.renku/renku.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[renku "interactive"]
[interactive]
default_url = /rstudio
4 changes: 2 additions & 2 deletions R-minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ To work with the project anywhere outside the Renku platform,
click the `Settings` tab where you will find the
git repo URLs - use `git` to clone the project on whichever machine you want.

### Changing interactive environment dependencies
### Changing interactive session dependencies

Initially we install a very minimal set of packages to keep the images small.
However, you can add python and conda packages in `requirements.txt` and
`environment.yml`, and R packages to `install.R` (listed as, for example,
`install.packages("ggplot2")`), to your heart's content. If you need more fine-grained
control over your environment, please see [the documentation](https://renku.readthedocs.io/en/latest/user/advanced_interfaces.html#dockerfile-modifications).
control over your environment, please see [the documentation](https://renku.readthedocs.io/en/stable/topic-guides/customizing-sessions.html).

## Project configuration

Expand Down
2 changes: 1 addition & 1 deletion bioc-minimal/.renku/renku.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[renku "interactive"]
[interactive]
default_url = /rstudio
4 changes: 2 additions & 2 deletions bioc-minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ To work with the project anywhere outside the Renku platform,
click the `Settings` tab where you will find the
git repo URLs - use `git` to clone the project on whichever machine you want.

### Changing interactive environment dependencies
### Changing interactive session dependencies

Initially we install a very minimal set of packages to keep the images small.
However, you can add python and conda packages in `requirements.txt` and
`environment.yml`, and R packages to `install.R` (listed as, for example,
`install.packages("ggplot2")`), to your heart's content. If you need more fine-grained
control over your environment, please see [the documentation](https://renku.readthedocs.io/en/latest/user/advanced_interfaces.html#dockerfile-modifications).
control over your environment, please see [the documentation](https://renku.readthedocs.io/en/stable/topic-guides/customizing-sessions.html).

## Project configuration

Expand Down
2 changes: 1 addition & 1 deletion julia-minimal/.renku/renku.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[renku "interactive"]
[interactive]
default_url = /lab
mem_request = 2G
4 changes: 2 additions & 2 deletions julia-minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To work with the project anywhere outside the Renku platform,
click the `Settings` tab where you will find the
git repo URLs - use `git` to clone the project on whichever machine you want.

### Changing interactive environment dependencies
### Changing interactive session dependencies

Initially we install a very minimal set of packages to keep the images small.
However, you can add Julia packages as you normally would: for example, you
Expand All @@ -28,7 +28,7 @@ use the `Pkg` API from within a Jupyter Notebook or Console.

If a Julia package has python dependencies, you can add them
by modifying `requirements.txt` or `environment.yml` (conda) If you need more
fine-grained control over your environment, please see [the documentation](https://renku.readthedocs.io/en/latest/user/advanced_interfaces.html#dockerfile-modifications).
fine-grained control over your environment, please see [the documentation](https://renku.readthedocs.io/en/stable/topic-guides/customizing-sessions.html).

## Project configuration

Expand Down
2 changes: 1 addition & 1 deletion minimal/.renku/renku.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[renku "interactive"]
[interactive]
default_url = /lab
2 changes: 1 addition & 1 deletion python-minimal/.renku/renku.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[renku "interactive"]
[interactive]
default_url = /lab
4 changes: 2 additions & 2 deletions python-minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ To work with the project anywhere outside the Renku platform,
click the `Settings` tab where you will find the
git repo URLs - use `git` to clone the project on whichever machine you want.

### Changing interactive environment dependencies
### Changing interactive session dependencies

Initially we install a very minimal set of packages to keep the images small.
However, you can add python and conda packages in `requirements.txt` and
`environment.yml` to your heart's content. If you need more fine-grained
control over your environment, please see [the documentation](https://renku.readthedocs.io/en/latest/user/advanced_interfaces.html#dockerfile-modifications).
control over your environment, please see [the documentation](https://renku.readthedocs.io/en/stable/topic-guides/customizing-sessions.html).

## Project configuration

Expand Down

0 comments on commit f2a7781

Please sign in to comment.