Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleosynthesis authored Apr 2, 2024
1 parent 7a4d0de commit 911b16b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,12 @@ scramv1 b clean; scramv1 b # always make a clean build

### Oustide of CMSSW (recommended for non-CMS users)

Pre-compiled versions of the tool are available as container images from the [CMS cloud](https://gitlab.cern.ch/cms-cloud/combine-standalone/container_registry/15235). These containers can be downloaded and run using [Docker](https://cms-opendata-guide.web.cern.ch/tools/docker/). If you have docker running you can pull and run the *latest* image using,
Pre-compiled versions of the tool are available as container images from the [CMS cloud](https://gitlab.cern.ch/cms-cloud/combine-standalone/container_registry/15235). These containers can be downloaded and run using [Docker](https://cms-opendata-guide.web.cern.ch/tools/docker/). If you have docker running you can pull and run the image using,

```sh
docker run --name combine -it gitlab-registry.cern.ch/cms-cloud/combine-standalone:latest
```
where you must replace `<tag>` with a particular version of the tool - eg - `v9.2.0`. See the top of this page for the latest recommended versions.

You will now have the compiled <span style="font-variant:small-caps;">Combine</span> binary available as well as the complete package of tool.
The container can be re-started using `docker start -i combine`.
Expand Down

0 comments on commit 911b16b

Please sign in to comment.