Running the Docker image

Last but certainly not least, we're going to put our usual scripts into the docker folder. To building and remove Docker containers from your computer, perform the following steps:

  1. Create a file called build.sh, make it executable, and place the following text inside the file:
#/bin/bash
nvidia-docker build -t ch7
  1. Create one more file called clean.sh, make it executable, and place the following text inside the file:
#/bin/bash
docker rmi ch7

Now that we have a working environment, it's time to move on to developing the generator!

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.135.188.121