Skip to content

Commit

Permalink
fix nvidia dockerfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Sep 15, 2024
1 parent a0565dd commit cd87c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions runtime/Dockerfile.nvidia
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ COPY default.pa /etc/pulse/default.pa
COPY supervisord.conf /etc/neko/supervisord.conf
COPY supervisord.dbus.conf /etc/neko/supervisord.dbus.conf
COPY xorg.conf /etc/neko/xorg.conf
COPY nvidia/entrypoint.sh /bin/entrypoint.sh

#
# copy runtime folders
Expand Down
2 changes: 1 addition & 1 deletion runtime/Dockerfile.nvidia.bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ COPY --chown=neko:neko .Xresources /home/$USERNAME/.Xresources
COPY default.pa /etc/pulse/default.pa
COPY supervisord.conf /etc/neko/supervisord.conf
COPY xorg.conf /etc/neko/xorg.conf
COPY nvidia/entrypoint.sh /bin/entrypoint.sh

#
# copy runtime folders
Expand All @@ -246,7 +247,6 @@ ENV PATH="/usr/share/gstreamer/bin:${PATH}"
ENV LD_LIBRARY_PATH="/usr/share/gstreamer/lib/x86_64-linux-gnu${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}"
ENV PKG_CONFIG_PATH="/usr/share/gstreamer/lib/x86_64-linux-gnu/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PATH}}"


#
# copy artifacts from previous stages
COPY --from=gstreamer /usr/share/gstreamer /usr/share/gstreamer
Expand Down

0 comments on commit cd87c48

Please sign in to comment.