mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2026-01-03 05:44:22 +01:00
7 lines
246 B
Docker
7 lines
246 B
Docker
FROM jinaai/jina:3.15.1-dev14-py39-standard
|
|
|
|
# update pip
|
|
RUN pip install --upgrade pip
|
|
|
|
# install media dependencies
|
|
RUN apt-get update && apt-get install --no-install-recommends -y ffmpeg build-essential pkg-config libpoppler-cpp-dev libespeak1 |