Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
daavoo authored Dec 13, 2024
1 parent 415e74b commit cf6ca2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ COPY . /home/appuser/document-to-podcast
WORKDIR /home/appuser/document-to-podcast

RUN pip3 install torch torchaudio --index-url https://download.pytorch.org/whl/cpu
RUN pip3 install git+https://github.com/huggingface/parler-tts.git
RUN pip3 install /home/appuser/document-to-podcast
RUN python3 demo/download_models.py

Expand Down

0 comments on commit cf6ca2e

Please sign in to comment.