Skip to content

Commit a3f6313

Browse files
authored
Merge pull request #87 from pipecat-ai/mb/smallwebrtc-pcc-dockerfile
SmallWebRTC PCC: Remove system deps in Dockerfile
2 parents 6f50f5f + 8bda994 commit a3f6313

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ share/python-wheels/
2727
MANIFEST
2828
.DS_Store
2929
.env
30+
.env.local
3031
fly.toml
3132

3233
# PyInstaller

p2p-webrtc/pipecat-cloud/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
FROM dailyco/pipecat-base:latest
22

3-
# Install system dependencies required for OpenCV
4-
RUN apt-get update && apt-get install -y \
5-
libgl1 \
6-
libglib2.0-0 \
7-
&& rm -rf /var/lib/apt/lists/*
8-
93
# Enable bytecode compilation
104
ENV UV_COMPILE_BYTECODE=1
115

0 commit comments

Comments
 (0)