We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa00433 commit b8e6de6Copy full SHA for b8e6de6
1 file changed
global-images/README.md
@@ -25,6 +25,17 @@ There are a few environment variables you can set to modify the build.
25
| RUN_IMAGE | Run image to use | ghcr.io/swissdatasciencecenter/renku-frontend-buildpacks/base-image:0.0.6 |
26
| TAGS | Comma-separated list of image names | None |
27
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
39
## Adding additional images
40
41
To configure an additional image spec to be built, follow these steps:
0 commit comments