README.md
April 20, 2023 ยท View on GitHub
1. Build the dockerfile
docker build - < <path-to-nopesac>/docker/Dockerfile --tag nopesac:latest
2. Run the docker image
docker run -it --entrypoint bash --name nopesac --gpus all nopesac:latest
April 20, 2023 ยท View on GitHub
docker build - < <path-to-nopesac>/docker/Dockerfile --tag nopesac:latest
docker run -it --entrypoint bash --name nopesac --gpus all nopesac:latest