ljuvela / GlotNet

Apache License 2.0
4 stars 2 forks source link

Basic docker support #10

Closed perezpoz closed 1 year ago

perezpoz commented 1 year ago

Add Dockerfile to build image with the required packages (PyTorch and CUDA compatibility). Add run_docker.sh script and modify CMakeLists.txt to build modules when the docker image is initialised. Document docker usage in README.md.

ljuvela commented 1 year ago

Looking good and works also on my machine. I'll merge this once build integration checks finish.