Skip to content

MsisLab-Image-Team/sdk_manager_docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdk_manager_docker

Introduction

This is a Dockerfile to use NVIDIA SDK Manager on Docker container.

Requirements

  • Docker

Preparation

Download NVIDIA SDK Manager

Please download the package of NVIDIA SDK Manager from https://developer.nvidia.com/nvidia-sdk-manager.
And, please put the package of NVIDIA SDK Manager in the same directory as the Dockerfile.
This time, I used sdkmanager_1.3.1-7110_amd64.deb.

Build Docker image

$ docker build -t jetpack .

To build a Docker image with a specific SDK Manager version override the SDK_MANAGER_VERSION variable in the Docker command line

$ docker build --build-arg SDK_MANAGER_VERSION=1.3.1-7110 -t jetpack .

Create Docker container

$ ./launch_container.sh

Launch NVIDIA SDK Manager

Please launch NVIDIA SDK Manager by the following command.

$ sdkmanager

You need type user password during setup of NVIDIA SDK Manager.
In this Dockerfile, user password is set to jetpack.
So, please type jetpack as user password.

About

Dockerfile to use NVIDIA SDK Manager on Docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 67.8%
  • Shell 32.2%