Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
scarrazza committed Aug 28, 2021
1 parent 44f6001 commit 668a673
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/sphinx/source/get-started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:<tag_version> 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

0 comments on commit 668a673

Please sign in to comment.