typo
This commit is contained in:
parent
1e3fab9550
commit
25526b3aa2
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ RUN pip install torch torchvision torchaudio --index-url https://download.pytorc
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Install WhisperLiveKit directly, allowing for optional dependencies
|
# Install WhisperLiveKit directly, allowing for optional dependencies
|
||||||
# Note: For gates modedls, need to add your HF toke. See README.md
|
# Note: For gates models, need to add your HF toke. See README.md
|
||||||
# for more details.
|
# for more details.
|
||||||
RUN if [ -n "$EXTRAS" ]; then \
|
RUN if [ -n "$EXTRAS" ]; then \
|
||||||
echo "Installing with extras: [$EXTRAS]"; \
|
echo "Installing with extras: [$EXTRAS]"; \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue