diff --git a/doc/sphinx/source/get-started/installation.rst b/doc/sphinx/source/get-started/installation.rst index 176512cf0..01305fd28 100644 --- a/doc/sphinx/source/get-started/installation.rst +++ b/doc/sphinx/source/get-started/installation.rst @@ -236,17 +236,18 @@ Using the code with docker We provide docker images for tag release of the code using GitHub Packages. The docker images contain a pre-configured linux environment with the NNPDF framework installed with the specific tag version. The code is installed using -miniconda3 in the `nnpdfenv` environment. +miniconda3. Please refer to the download instructions from the `NNPDF GitHub Packages`_. -In order to start the docker image in interactive mode please use docker standard syntax, for example: +In order to start the docker image in interactive mode please use docker +standard syntax, for example: .. code:: docker run -it ghcr.io/nnpdf/nnpdf: bash -This will open a bash shell with the `nnpdfenv` already activated, with all -binaries and scripts from the NNPDF framework available. +This will open a bash shell with the nnpdf environemtn already activated, with +all binaries and scripts from the NNPDF framework available. .. _NNPDF GitHub Packages: https://github.com/NNPDF/nnpdf/pkgs/container/nnpdf