2 VM one CPU and one GPU Also have a simple UI for the registry Added readTimeout because big layers take too long to transfert
9 lines
197 B
Docker
9 lines
197 B
Docker
FROM registry.bouvais.lu/vms/arch-ttyd-cpu:1.0.0
|
|
|
|
RUN pacman -Syu --noconfirm && \
|
|
pacman -S --noconfirm \
|
|
nvidia \
|
|
cuda \
|
|
nvidia-utils && \
|
|
pacman -Scc --noconfirm
|