Skip to content

Commit

Permalink
&& placement
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanad-a authored and AliOsm committed Jan 6, 2025
1 parent da79c2c commit 8b40f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN apt-get update && \
gcc \
build-essential \
portaudio19-dev \
libasound2-dev \
&& rm -rf /var/lib/apt/lists/*
libasound2-dev && \
rm -rf /var/lib/apt/lists/*

# Use build arguments to specify dependencies
ARG DEPS="wit,whisper"
Expand Down

0 comments on commit 8b40f82

Please sign in to comment.