Piyazon commited on
Commit
2ae39dc
·
1 Parent(s): 07b85e8
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -17,8 +17,10 @@ RUN apt-get update \
17
 
18
  ARG WHISPERLIVEKIT_REPO="https://github.com/Alimjoo/WhisperLiveKit-ug.git"
19
  ARG WHISPERLIVEKIT_REF=""
 
20
 
21
- RUN git clone --depth 1 "${WHISPERLIVEKIT_REPO}" /opt/WhisperLiveKit-ug \
 
22
  && if [ -n "${WHISPERLIVEKIT_REF}" ]; then \
23
  cd /opt/WhisperLiveKit-ug \
24
  && git fetch --depth 1 origin "${WHISPERLIVEKIT_REF}" \
 
17
 
18
  ARG WHISPERLIVEKIT_REPO="https://github.com/Alimjoo/WhisperLiveKit-ug.git"
19
  ARG WHISPERLIVEKIT_REF=""
20
+ ARG WHISPERLIVEKIT_CACHE_BUST="2026-05-01-1"
21
 
22
+ RUN echo "WhisperLiveKit cache bust: ${WHISPERLIVEKIT_CACHE_BUST}" \
23
+ && git clone --depth 1 "${WHISPERLIVEKIT_REPO}" /opt/WhisperLiveKit-ug \
24
  && if [ -n "${WHISPERLIVEKIT_REF}" ]; then \
25
  cd /opt/WhisperLiveKit-ug \
26
  && git fetch --depth 1 origin "${WHISPERLIVEKIT_REF}" \