1.2 KiB
1.2 KiB
Docker Instructions
Running docker from NGC (Recommended)
sh build_user_docker.sh $UIDsh start_docker_x86.shwill start the docker
Building your own docker image with CuRobo
- Add default nvidia runtime to enable cuda compilation during docker build:
Edit/create the /etc/docker/daemon.json with content: { "runtimes": { "nvidia": { "path": "/usr/bin/nvidia-container-runtime", "runtimeArgs": [] } }, "default-runtime": "nvidia" # ADD this line (the above lines will already exist in your json file) } sh pull_repos.shbash build_dev_docker.sh- Change the docker image name in
user.dockerfile sh build_user_docker.shsh start_docker_x86.shwill start the docker