Note: This is meant for Linux/WSL with GPU available.
- Run
make buildfrom the repo directory to build the image. - Run
make devto deploy a container and start a termminal session.- You can use
make dev PORT=<port>to define which port on the host to access Jupyter Lab/notebook. Default is 8888. /homeand/mntare bound so that the user can dev as normal. The user should also automatically show as themselves in the container.
- You can use