Skip to content

Instantly share code, notes, and snippets.

View Srgr0's full-sized avatar
✍️

Srgr0 Srgr0

✍️
View GitHub Profile
@naruya
naruya / instantngp.Dockerfile
Last active September 11, 2022 15:48
instant-NGP
FROM nvidia/cuda:11.3.1-devel-ubuntu20.04
ENV DEBIAN_FRONTEND=noninteractive
# zsh
RUN apt-get update && apt-get install -y wget git zsh
SHELL ["/bin/zsh", "-c"]
RUN wget http://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
RUN sed -i "s/# zstyle ':omz:update' mode disabled/zstyle ':omz:update' mode disabled/g" ~/.zshrc