Skip to content

Commit

Permalink
Merge pull request #13 from linuxserver/gpu-home
Browse files Browse the repository at this point in the history
Move $HOME to /config (gpu branch)
  • Loading branch information
thespad authored Mar 11, 2024
2 parents 1d5aa4a + 759d610 commit 5c7972b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ARG WHISPER_VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thespad"

ENV HOME=/config

RUN \
apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 5c7972b

Please sign in to comment.