diff --git a/Dockerfile b/Dockerfile index 251cab9..0a757e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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