Consolidate plasma build files

This commit is contained in:
Myve 2025-01-21 00:50:32 +00:00
commit d086ed3138
5 changed files with 24 additions and 36 deletions

View file

@ -12,7 +12,7 @@ ARG debug
COPY mirrorlist /etc/pacman.d/mirrorlist
# Copy app folder
COPY app /app
COPY entrypoint /entrypoint
# Install packages
RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \
@ -54,4 +54,4 @@ ENV NVIDIA_VISIBLE_DEVICES=all
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility
# Docker entrypoint
ENTRYPOINT ["/app/entrypoint"]
ENTRYPOINT ["/entrypoint"]