Skip to content

Commit 9feae79

Browse files
committed
local wheels for non existing libs on offline DRAC computers
1 parent 79324b2 commit 9feae79

4 files changed

+2
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ lib64/
1919
parts/
2020
sdist/
2121
var/
22-
wheels/
2322
share/python-wheels/
2423
*.egg-info/
2524
.installed.cfg

jobs/exact_builder.py

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
f.write("virtualenv --no-download $SLURM_TMPDIR/env\n")
4444
f.write("source $SLURM_TMPDIR/env/bin/activate\n")
4545
f.write("pip install --upgrade pip --no-index\n")
46+
f.write(f"pip install {BASIC_PATH}wheels/protobuf-5.28.3-*.whl\n")
47+
f.write(f"pip install {BASIC_PATH}wheels/immutabledict-4.2.0-*.whl\n")
4648
f.write("pip install --no-index -r "+BASIC_PATH+"requirements_or.txt\n")
4749
f.write(f"python {BASIC_PATH}exact_solver.py --mode=prod --size={size} --number={instance} --path="+BASIC_PATH+" \n")
4850
f.write("desactivate\n")
4.59 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)