Skip to content

Instantly share code, notes, and snippets.

@gu-ma
gu-ma / Dockerfile
Created March 18, 2025 08:56
Docker / gpuhub
# Base image used as starter
FROM nvidia/cuda:12.1.1-cudnn8-runtime-ubuntu22.04
# Install necessary dependencies
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y \
python3-pip \
git \
ffmpeg \