Skip to content
Snippets Groups Projects
Commit 2dd471ae authored by Adam Caprez's avatar Adam Caprez
Browse files

Merge branch 'image-notes' into 'master'

Add note for additional packages.

See merge request hcc/hcc-docs!218
parents a81e9c6c 99e926c3
No related branches found
No related tags found
No related merge requests found
...@@ -132,6 +132,11 @@ Alternatively, instead of building an image from scratch, you can start with an ...@@ -132,6 +132,11 @@ Alternatively, instead of building an image from scratch, you can start with an
image as the base for your Dockerfile (i.e. `FROM unlhcc/spades`) image as the base for your Dockerfile (i.e. `FROM unlhcc/spades`)
and add any additional packages you desire. and add any additional packages you desire.
{{% notice warning %}}
The following method only works for installing packages via `pip` that have no system-level dependencies.
If you require packages that are installed via `yum` or `apt`, you will need to create a [custom image]({{< relref "#create-a-custom-image" >}}).
{{% /notice %}}
Unfortunately it's not possible to create one image that has every Unfortunately it's not possible to create one image that has every
available Python package installed for logistical reasons. Images are available Python package installed for logistical reasons. Images are
created with a small set of the most commonly-used scientific packages, created with a small set of the most commonly-used scientific packages,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment