Block a user
videocompressor (latest)
Installation
docker pull git.jisoonet.com/el/videocompressor:latestsha256: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"] |