What's Changed
- feat(CI/CD): add separate build step for CUDA Dockerfile by @atrifat in #16
- chore: update dependencies and npm audit fix by @atrifat in #17
Separate docker image with CUDA-drivers included and NVIDIA docker runtime support can be run with command:
docker run --gpus all --init --rm -p 8081:8081 ghcr.io/atrifat/nsfw-detector-api:main-cuda
Full Changelog: v1.5.0...v1.6.0