https://github.com/betatim/everware-cern-analysis
https://github.com/betatim/everware-cern-analysis
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/betatim/everware-cern-analysis
- Owner: betatim
- License: mit
- Created: 2015-10-13T15:51:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T16:44:23.000Z (almost 10 years ago)
- Last Synced: 2025-04-02T16:31:09.263Z (7 months ago)
- Language: Shell
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CERN Analysis with everware
---------------------------
A basic container to use as inspiration for your
own analysis container. It comes with several tools
integrating it with the CERN infrastructure.
Using this
----------
The idea of this repository is to provide a basic
container for you to build on. The simplest way to
do this is to place a file named `Dockerfile` in the
top level of your repository with the following
contents:
```
FROM betatim/cern_analysis_everware:31102015
```
Another way is to use the contents of this repository
to build your own basic container. Keep in mind that
you do not want your actual analysis container doing
this much work. Compiling all of ROOT every time we
build your analysis container takes a lot of time.
Instead your analysis container should inherit from
a basic container and fine tune it.
CERN integration
----------------
This container has support for Python, git, ROOT 6.05,
kerberos, xrootd, jupyter notebooks, and CERNBox.