Skip to content

Commit a58a232

Browse files
lmoureauxmaxgalli
authored andcommitted
Update the documentation of available containers
The documentation incorrectly states that only two Combine containers are available, while we have more. Correct this. Also fix a typo.
1 parent 47f8f8d commit a58a232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ git checkout v7.0.13
112112
scramv1 b clean; scramv1 b -j$(nproc --ignore=2) # always make a clean build, with n - 2 cores on the system
113113
```
114114

115-
### Oustide of CMSSW
115+
### Outside of CMSSW
116116

117117
#### Standalone compilation
118118

@@ -202,7 +202,7 @@ Pre-compiled versions of the tool are available as container images from the [CM
202202
```sh
203203
docker run --name combine -it gitlab-registry.cern.ch/cms-cloud/combine-standalone:<tag>
204204
```
205-
where you must replace `<tag>` with a particular version of the tool. At the moment the available container versions are `v9.2.1` and `v9.2.1-slim`, both build with Combine tag `v9.2.1`, and the `v9.2.1-slim` correspond to a slim version. If no tag is specified the latest version of the container will be loaded, which is `v9.2.1-slim` at the moment. The containers for `v10.X.X` versions are being developed and are not yet availble for the users.
205+
where you must replace `<tag>` with a particular version of the tool. Containers are available from `v9.2.1` and `v10.0.1` onwards. If no tag is specified the latest version of the container will be loaded, which is `v10.3.3` at the moment.
206206

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

0 commit comments

Comments
 (0)