-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump to condor update performed on 2023-Feb-28 * Pull a clean copy of the current lpc condor configuration at start up * Fixed boot strap script to have config generation be inside shell and not bashrc * Moved CONDOR_CONFIG to only be modified by python, added warning message for if .condor_config is not found * Bumped the lpcjobqueue version in the bootstrap script
- Loading branch information
Showing
3 changed files
with
7 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ else | |
export COFFEA_IMAGE=\$1 | ||
fi | ||
grep -v '^include' /etc/condor/config.d/01_cmslpc_interactive > .condor_config | ||
SINGULARITY_SHELL=\$(which bash) singularity exec -B \${PWD}:/srv -B /cvmfs -B /uscmst1b_scratch --pwd /srv \\ | ||
/cvmfs/unpacked.cern.ch/registry.hub.docker.com/\${COFFEA_IMAGE} \\ | ||
/bin/bash --rcfile /srv/.bashrc | ||
|
@@ -25,7 +27,7 @@ install_env() { | |
export TMPDIR=\$(mktemp -d -p .) | ||
.env/bin/python -m ipykernel install --user | ||
rm -rf \$TMPDIR && unset TMPDIR | ||
.env/bin/python -m pip install -q git+https://github.com/CoffeaTeam/[email protected].8 | ||
.env/bin/python -m pip install -q git+https://github.com/CoffeaTeam/[email protected].9 | ||
echo "done." | ||
} | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters