Skip to content

Commit

Permalink
Don't install on editable mode
Browse files Browse the repository at this point in the history
  • Loading branch information
daavoo committed Dec 11, 2024
1 parent d8f0f4f commit 2c99563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WORKDIR /home/appuser/document-to-podcast

RUN virtualenv ${VIRTUAL_ENV}
RUN . ${VIRTUAL_ENV}/bin/activate && pip install torch torchaudio --index-url https://download.pytorch.org/whl/cpu
RUN . ${VIRTUAL_ENV}/bin/activate && pip install -e /home/appuser/document-to-podcast
RUN . ${VIRTUAL_ENV}/bin/activate && pip install /home/appuser/document-to-podcast
RUN . ${VIRTUAL_ENV}/bin/activate && python demo/download_models.py

EXPOSE 8501
Expand Down

0 comments on commit 2c99563

Please sign in to comment.