Skip to content

Instantly share code, notes, and snippets.

View gabrielelim's full-sized avatar

Gabriel Ekai gabrielelim

View GitHub Profile
@gabrielelim
gabrielelim / Docker_gan
Last active May 7, 2026 17:13
Dockerfile for Cgan
FROM nvidia/cuda:12.1.1-cudnn8-devel-ubuntu22.04
#INSTALL DEPENDENCY
RUN apt-get update && apt-get install -y \
python3.10 \
python3-pip \
python3.10-venv \
build-essential \
git \