Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 568 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 568 Bytes

boostedhiggs

coffea+tensorflow capability (standalone, transportable conda environment)

wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh
bash ~/miniconda.sh -b -p miniconda/
source miniconda/bin/activate
conda create -n tf tensorflow
conda activate tf
pip install coffea
conda install -c conda-forge xrootd


git clone [email protected]:jeffkrupa-/boostedhiggs.git
cd boostedhiggs
pip install --user --editable .

# To make the environment transportable
conda install -c conda-forge conda-pack
conda-pack