lucy1118 commited on
Commit
77d4fcc
·
verified ·
1 Parent(s): 690b440

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/