Minor updates

This commit is contained in:
Myve 2024-07-24 00:00:16 +00:00
commit 8339e4b668
7 changed files with 30 additions and 92 deletions

View file

@ -32,7 +32,7 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \
# https://github.com/NVIDIA/nvidia-container-runtime#environment-variables-oci-spec
ENV NVIDIA_VISIBLE_DEVICES=all
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility
# Default environment
USER user
WORKDIR /home/user
@ -42,4 +42,4 @@ ENV SHELL=/usr/bin/bash
ENV PS1="[\u@\h \W \$?]\$ "
# Docker entrypoint
ENTRYPOINT ["/entrypoint"]
ENTRYPOINT ["/entrypoint"]