You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,30 @@ After installation the binaries and Python modules live inside the environment,
195
195
conda activate combine
196
196
```
197
197
198
+
#### Pre-compiled image with CVMFS dependency
199
+
200
+
Pre-compiled versions of the tool are available as container images from the [GitLab CMS-analysis repository](http://gitlab-registry.cern.ch/cms-analysis/general/combine-container). This container is built together with the [`CombineHarvester`](http://cms-analysis.github.io/CombineHarvester/) package and is **recommended for users with CVMFS access**.
Alternatively, you can set up Combine with a single-line command which relies on the same image:
216
+
217
+
```
218
+
source /cvmfs/cms.cern.ch/cat/combine_env.sh
219
+
```
220
+
Note that the batch submission is not supported with this setup; if needed refer to the [default setup instructions](https://cms-analysis.github.io/HiggsAnalysis-CombinedLimit/latest/#within-cmssw-recommended-for-cms-users).
221
+
198
222
#### Pre-compiled versions in Docker
199
223
200
224
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,
0 commit comments