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

Contents

  1. 11. Build the dockerfile
  2. 22. Run the docker image