Hello all
How can I add some not default libs to an existing jobeserver running from https://hub.docker.com/r/trampgeek/jobeinabox/
Would be glad to get some hints,
Adrian
Hello all
How can I add some not default libs to an existing jobeserver running from https://hub.docker.com/r/trampgeek/jobeinabox/
Would be glad to get some hints,
Adrian
There are two ways:
Wow thanks @Richard
It worked! :-) Used the quick way apt-get install python3-numpy
at the moment.
Best,
Adrian
Good to know.
A word of warning about running numpy: you will quite likely have to increase the memory limit for the job and/or the number of processes (numprocs). See this thread.