In an attempt to address the NVIDIA GPU flukiness (the crackq container sometimes loses the devices - NVIDIA/nvidia-container-toolkit#48), I'm experimenting with:
crackq:
build:
context: ./build
dockerfile: Dockerfile
image: "nvidia-ubuntu"
ports:
- "127.0.0.1:8080:8080"
depends_on:
- redis
healthcheck:
test: hashcat -I | grep 'Backend Device'
interval: 5m
retries: 1
start_period: 60s
timeout: 30s
networks:
- crackq_net
I will update this issue as I make progress.
In an attempt to address the NVIDIA GPU flukiness (the crackq container sometimes loses the devices - NVIDIA/nvidia-container-toolkit#48), I'm experimenting with:
crackqservice in docker-compose to detect when the GPUs go missingI will update this issue as I make progress.