-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.sh
More file actions
executable file
·14 lines (11 loc) · 793 Bytes
/
setup.sh
File metadata and controls
executable file
·14 lines (11 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
echo "Calling setup.sh script"
# setup script for a few shortcuts
alias pullimg='docker pull gitlab-registry.cern.ch/bejaeger/deepliftforhep'
alias sudopullimg='sudo docker pull gitlab-registry.cern.ch/bejaeger/deepliftforhep'
alias runcont='docker run --rm -it -v $PWD:/home/DeepLIFTforHEP gitlab-registry.cern.ch/bejaeger/deepliftforhep:latest /bin/bash'
alias sudoruncont='sudo docker run --rm -it -v $PWD:/home/DeepLIFTforHEP gitlab-registry.cern.ch/bejaeger/deepliftforhep:latest /bin/bash'
alias buildimglocal='docker build -f Dockerfile -t deepliftforhep:latest --rm=true --force-rm=true .'
alias runcontlocal='docker run --rm -it -v $PWD:/home/docker/DeepLIFTforHEP deepliftforhep:latest /bin/bash'
export INPUTDIR=$PWD/../atlas-open-data/
export OUTPUTDIR=$PWD/output/