Update Dockerfile
Browse files- 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 |
|