Skip to content

Commit

Permalink
Update Dockerfile.gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
rishikanthc authored Oct 17, 2024
1 parent 0545cbe commit b9bac1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:chris-needham/ppa && \
apt-get update && \
apt-get install -y audiowaveform ffmpeg libgd3 libmad0 libid3tag0 libsndfile1 zlib1g wget \
apt-get install -y audiowaveform ffmpeg libgd3 libmad0 libid3tag0 libsndfile1 zlib1g wget python3-pip \
&& rm -rf /var/lib/apt/lists/*

# Environment variables for PocketBase, Redis, OpenAI, and others
Expand Down

0 comments on commit b9bac1d

Please sign in to comment.