Skip to content

Instantly share code, notes, and snippets.

@rec0dex
rec0dex / Dockerfile
Created March 19, 2021 10:09
Nvidia Jetson sdkmanager in Docker Notes
FROM ubuntu:18.04
# Install SDK deps
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
libgconf-2-4 \
libcanberra-gtk-module \
locales \