RUN echo "Base image is $BASE_IMAGE" # Install some basic utilities RUN apt-get update && apt-get install python3 python3-pip -y RUN apt-get update \ && apt-get install python3 python3-pip -y \ && apt-get install -y ffmpeg libsm6 libxext6 libgl1 ### Mount Point ### # When...
RUN echo "Base image is $BASE_IMAGE" # Install some basic utilities RUN apt-get update && apt-get install python3 python3-pip -y RUN apt-get update \ && apt-get install python3 python3-pip -y \ && apt-get install -y ffmpeg libsm6 libxext6 libgl1 ### Mount Point ### # When...
&& echo 'tzdata tzdata/Zones/America select Los_Angeles' | debconf-set-selections \ && apt-get update -y \ && apt-get install -y ccache software-properties-common git curl sudo vim python3-pip \ && apt-get install -y ffmpeg libsm6 libxext6 libgl1 \ && add-apt-repository ppa:deadsnak...