Message boards : Number crunching : Quarantine@Home - GPU project
Author | Message |
---|---|
Keep your GPUs warm with Quarantine@Home: https://quarantine.infino.me/ sudo docker volume ls -q -f driver=nvidia-docker | xargs -r -I{} -n1 docker ps -q -a -f volume={} | xargs -r docker rm -f sudo apt-get purge nvidia-docker Install nvidia-docker 2.0. First install the repository for your distribution: curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add - curl -s -L https://nvidia.github.io/nvidia-docker/ubuntu18.04/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list sudo apt-get update sudo apt-get install nvidia-docker2 -y sudo pkill -SIGHUP dockerd sudo docker run --runtime=nvidia --rm nvidia/cuda nvidia-smi git clone https://github.com/cjmielke/quarantineAtHome && cd quarantineAtHome Run Quarantine@Home: sudo docker build -t quarantinegpu -f Dockerfile.gpu . && sudo nvidia-docker run -it -e ME=Aurum quarantinegpu | |
ID: 54727 | Rating: 0 | rate: / Reply Quote | |
Thanks for the guide Aurum. It worked perfectly for me on Linux mint 19.3. | |
ID: 54738 | Rating: 0 | rate: / Reply Quote | |
Thanks! Gold man! | |
ID: 54743 | Rating: 0 | rate: / Reply Quote | |
Thanks for guide and interesting gpu project to run autodock in a docker. Sadly i could add docker2 on 20.04LTS. ME=Aurum default is userid ME=anonymous | |
ID: 54788 | Rating: 0 | rate: / Reply Quote | |
Is there a blacklist/whitelist of GPUs usable for quarantine@home, as there is for F@H? Are there tasks that can only run on a CPU, or would it be more efficient to use only the GPU for quarantine@home while reserving the CPU for something else? | |
ID: 54789 | Rating: 0 | rate: / Reply Quote | |
Are there tasks that can only run on a CPU, or would it be more efficient to use only the GPU for quarantine@home while reserving the CPU for something else? It seems that the same tasks run on either a CPU or GPU. As for the time, let's put it this way: the average Windows or Linux CPU is in the range of 200 to 400 seconds. My GTX 1070 under Ubuntu 18.04.4 is averaging 8.5620 seconds. (It helps to reserve two CPU cores though.) EDIT: But it randomly stops running and I have to restart it every few hours or even minutes. I leave my machines on 24/7, so I think they are dropping the connection. | |
ID: 54796 | Rating: 0 | rate: / Reply Quote | |
Thanks. I've been getting about 160s/task. I have 2 instances of Q@H running, both in that same VM, to which I assigned 2 cores. (The host laptop has 4.) | |
ID: 54876 | Rating: 0 | rate: / Reply Quote | |
I will be contributing when they get a Windows client built. Hopefully there is one in the works but I am unsure wishful thinking on my part | |
ID: 55055 | Rating: 0 | rate: / Reply Quote | |
Message boards : Number crunching : Quarantine@Home - GPU project