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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -41,12 +41,13 @@ WORKDIR $HOME/app
41
 
42
  # Install Python dependencies
43
  COPY ./requirements.txt requirements.txt
44
- RUN pip3 install --no-cache-dir --upgrade -r requirements.txt
45
 
46
  # Copy everything else
47
  COPY --chown=user ./src/ src/
48
 
49
  COPY --chown=user ./pipecat/ pipecat/
 
50
 
51
  # Copy frontend app and build
52
  COPY --chown=user ./frontend/ frontend/
 
41
 
42
  # Install Python dependencies
43
  COPY ./requirements.txt requirements.txt
44
+ RUN pip3 install --no-cache-dir --upgrade -r requirements.txt
45
 
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/