FROM python:3.10 WORKDIR / RUN apt update \ && apt install -y wget git htop python3-opencv rsync COPY ./entrypoint.sh . EXPOSE 7860 CMD [ "./entrypoint.sh" ]