Skip to content

Instantly share code, notes, and snippets.

View Logrus's full-sized avatar
🎯
Focusing

Vladislav Tananaev Logrus

🎯
Focusing
  • Stuttgart, Germany
View GitHub Profile
@Logrus
Logrus / Dockerfile
Created November 27, 2024 10:57
basic-docker-dl
FROM ubuntu:22.04
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
build-essential \
direnv \
git \
git-lfs \
libgtk-3-dev \
libxkbcommon-x11-0 \
python3-opencv \