Skip to content

Commit

Permalink
fix hawccel-base
Browse files Browse the repository at this point in the history
  • Loading branch information
feederbox826 committed May 17, 2024
1 parent f3cff15 commit 4872460
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dockerfile/hwaccel-base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV HOME="/root" \
NVIDIA_VISIBLE_DEVICES="all" \
# Logging
LOGGER_LEVEL="1"

COPY stash/root/ /
RUN \
echo "**** add contrib and non-free to sources ****" && \
sed -i 's/main/main contrib non-free non-free-firmware/g' /etc/apt/sources.list.d/debian.sources && \
Expand Down Expand Up @@ -83,7 +83,6 @@ RUN \
/var/tmp/* \
/var/log/*

COPY stash/root/ /
COPY --from=stashapp/stash --chmod=755 /usr/bin/stash /app/stash

VOLUME /pip-install
Expand Down

0 comments on commit 4872460

Please sign in to comment.