Leonard Excoffier el
  • Joined on 2024-09-07

videocompressor (latest)

Published 2024-09-09 18:55:14 -04:00 by el in el/videocompressor

Installation

docker pull git.jisoonet.com/el/videocompressor:latest
sha256:f51ce33ca4dc59114737dadff0afa5f7150474d5452bc75aa99ce240e515f495

Image Layers

ADD file:1129dcf71f67461f4730620f8148cc9ebc7641966fa683cdf84807219ad288b2 in /
CMD ["bash"]
WORKDIR /videocompressor
ENV TZ=America/New_York
ENV NVIDIA_DRIVER_CAPABILITIES=all
RUN /bin/sh -c apt update -y && apt full-upgrade -y && apt install -y python3 python3-pip python3-venv ffmpeg && apt clean && python3 -m venv venv # buildkit
COPY . . # buildkit
RUN /bin/sh -c . venv/bin/activate && pip3 install flask # buildkit
EXPOSE map[5123/tcp:{}]
CMD ["/bin/bash" "-c" "source venv/bin/activate && python3 app.py"]
Details
Container
2024-09-09 18:55:14 -04:00
1
OCI / Docker
linux/amd64
459 MiB
Versions (1) View all
latest 2024-09-09