Skip to content

Instantly share code, notes, and snippets.

View mc256's full-sized avatar
🤗

Jun Lin (Michael) Chen mc256

🤗
View GitHub Profile
@ismail0352
ismail0352 / Dockerfile.deb_rpm_nginx
Last active August 2, 2023 06:54
Creating your own .deb file repo and host it using Nginx container with "autoindex on;"
FROM ubuntu as ubuntu
RUN apt-get update
RUN apt-get install -y dpkg-dev wget gnupg2 curl
ARG ubuntu_packages="wget htop default-jre-headless apt-transport-https nvidia-container-toolkit cuda-drivers libopengl0 linux-image-extra-virtual omnisci"
WORKDIR /opt/packages/deb
# Nvidia-Docker