Skip to content

Commit b8e6de6

Browse files
committed
chore: update readme
1 parent aa00433 commit b8e6de6

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

global-images/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ There are a few environment variables you can set to modify the build.
2525
| RUN_IMAGE | Run image to use | ghcr.io/swissdatasciencecenter/renku-frontend-buildpacks/base-image:0.0.6 |
2626
| TAGS | Comma-separated list of image names | None |
2727

28+
## Adding packages to existing images
29+
30+
The python images use poetry (< 2.0) for dependency management. Use poetry to add packages, for example:
31+
32+
```bash
33+
$ cd datascience
34+
$ poetry add tensorflow
35+
```
36+
37+
Make sure `pyproject.toml` and `poetry.lock` are updated and push the changes.
38+
2839
## Adding additional images
2940

3041
To configure an additional image spec to be built, follow these steps:

0 commit comments

Comments
 (0)