Akane710 commited on
Commit
edcd600
·
verified ·
1 Parent(s): d1adf70

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,7 +35,7 @@ COPY --chown=appuser:appuser . .
35
 
36
  # Install dependencies (inside the virtual environment created by Pipenv)
37
  RUN pipenv install --dev --ignore-pipfile && \
38
- pipenv run pip install fastapi asyncio uvicorn mutagen requests imageio[ffmpeg] imageio[pyav] assemblyai moviepy yt-dlp
39
  # Expose the application port
40
  EXPOSE 7860
41
 
 
35
 
36
  # Install dependencies (inside the virtual environment created by Pipenv)
37
  RUN pipenv install --dev --ignore-pipfile && \
38
+ pipenv run pip install fastapi asyncio uvicorn mutagen requests imageio[ffmpeg] imageio[pyav] assemblyai moviepy git+https://github.com/yt-dlp/yt-dlp
39
  # Expose the application port
40
  EXPOSE 7860
41