https://github.com/mdegans/docker-tegra-ubuntu
Ubuntu for Tegra with Nvidia apt sources enabled
https://github.com/mdegans/docker-tegra-ubuntu
Last synced: about 2 months ago
JSON representation
Ubuntu for Tegra with Nvidia apt sources enabled
- Host: GitHub
- URL: https://github.com/mdegans/docker-tegra-ubuntu
- Owner: mdegans
- License: mit
- Created: 2020-04-17T18:42:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T19:57:40.000Z (about 4 years ago)
- Last Synced: 2025-02-14T11:52:20.825Z (4 months ago)
- Language: Dockerfile
- Size: 19.5 KB
- Stars: 14
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ubuntu Image for Tegra
This image is intended to provide an alternative to the l4t-base image from Nvidia that lacks cuda inside the image, making it impossible to build `FROM`.
It also exchews any Tegra specific customizations to Ubuntu. This is basically stock `ubuntu:bionic` with Nvidia's apt repos and CUDA.
**NOTE**: due to an apparent bug in `--runtime nvidia`, files won't be mounted at runtime, so **this branch should be considered broken for the moment**.
Please use the [l4t-base branch](https://github.com/mdegans/docker-tegra-ubuntu/tree/l4t-base) instead, since `runtime --nvidia` works.## Requirements
- a Tegra board
- Linux for Tegra with Docker running