Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -46,8 +46,6 @@ RUN pip3 install --no-cache-dir --upgrade -r requirements.txt
|
|
46 |
# Copy everything else
|
47 |
COPY --chown=user ./src/ src/
|
48 |
|
49 |
-
COPY --chown=user ./pipecat/ pipecat/
|
50 |
-
RUN pip install ./pipecat
|
51 |
|
52 |
# Copy frontend app and build
|
53 |
COPY --chown=user ./frontend/ frontend/
|
|
|
46 |
# Copy everything else
|
47 |
COPY --chown=user ./src/ src/
|
48 |
|
|
|
|
|
49 |
|
50 |
# Copy frontend app and build
|
51 |
COPY --chown=user ./frontend/ frontend/
|