bump: update Ubuntu & drop python 2.x #217
docker-builds.yml
on: pull_request
Matrix: build-push
build-guardian
1m 14s
Annotations
27 errors and 14 warnings
build-push (22.04, 3.12, 4.10.0, cpu, 12.4.1)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common dirmngr gnupg && add-apt-repository ppa:deadsnakes/ppa && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python${PYTHON_VERSION%%.*} python${PYTHON_VERSION%%.*} /usr/bin/python${PYTHON_VERSION} 1 && update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (24.04, 3.12, 4.10.0, cpu)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common dirmngr gnupg && add-apt-repository ppa:deadsnakes/ppa && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python${PYTHON_VERSION%%.*} python${PYTHON_VERSION%%.*} /usr/bin/python${PYTHON_VERSION} 1 && update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (22.04, 3.13, 4.10.0, cpu, 12.4.1)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common dirmngr gnupg && add-apt-repository ppa:deadsnakes/ppa && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python${PYTHON_VERSION%%.*} python${PYTHON_VERSION%%.*} /usr/bin/python${PYTHON_VERSION} 1 && update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (24.04, 3.13, 4.10.0, cpu)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common dirmngr gnupg && add-apt-repository ppa:deadsnakes/ppa && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python${PYTHON_VERSION%%.*} python${PYTHON_VERSION%%.*} /usr/bin/python${PYTHON_VERSION} 1 && update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (24.04, 3.11, 4.10.0, cpu)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends unzip cmake ffmpeg gfortran apt-utils pkg-config checkinstall qtbase5-dev qt5-qmake build-essential libopenblas-base libopenblas-dev liblapack-dev libatlas-base-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libjpeg8-dev libpng-dev libtiff5-dev libxine2-dev libv4l-dev libgstreamer1.0 libgstreamer1.0-dev libgstreamer-plugins-base1.0-0 libgstreamer-plugins-base1.0-dev libglew-dev libpostproc-dev libeigen3-dev libtbb-dev zlib1g-dev libsm6 libxext6 libxrender1 && pip install numpy && wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip -O opencv.zip --progress=bar:force:noscroll --no-check-certificate && unzip -q opencv.zip && mv /opencv-$OPENCV_VERSION /opencv && rm opencv.zip && wget https://github.com/opencv/opencv_contrib/archive/${OPENCV_VERSION}.zip -O opencv_contrib.zip --progress=bar:force:noscroll --no-check-certificate && unzip -q opencv_contrib.zip && mv /opencv_contrib-$OPENCV_VERSION /opencv_contrib && rm opencv_contrib.zip && mkdir /opencv/build && cd /opencv/build && cmake -D CMAKE_BUILD_TYPE=RELEASE -D BUILD_PYTHON_SUPPORT=ON -D BUILD_DOCS=ON -D BUILD_PERF_TESTS=OFF -D BUILD_TESTS=OFF -D CMAKE_INSTALL_PREFIX=/usr/local -D OPENCV_EXTRA_MODULES_PATH=/opencv_contrib/modules -D BUILD_opencv_python3=ON -D BUILD_opencv_python2=OFF -D PYTHON${PYTHON_VERSION%%.*}_EXECUTABLE=$(which python${PYTHON_VERSION}) -D PYTHON_DEFAULT_EXECUTABLE=$(which python${PYTHON_VERSION}) -D BUILD_EXAMPLES=OFF -D WITH_IPP=OFF -D WITH_FFMPEG=ON -D WITH_GSTREAMER=ON -D WITH_V4L=ON -D WITH_LIBV4L=ON -D WITH_TBB=ON -D WITH_QT=ON -D WITH_OPENGL=ON -D WITH_LAPACK=ON -D ENABLE_PRECOMPILED_HEADERS=OFF .. && cd /opencv/build && make -j$(nproc) && make install && ldconfig && apt-get -y remove unzip cmake gfortran apt-utils pkg-config checkinstall build-essential libopenblas-dev liblapack-dev libatlas-base-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libjpeg8-dev libpng-dev libtiff5-dev libxine2-dev libv4l-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libglew-dev libpostproc-dev libeigen3-dev zlib1g-dev && apt-get autoremove -y && apt-get clean && rm -rf /opencv /opencv_contrib /var/lib/apt/lists/*" did not complete successfully: exit code: 100
|
build-push (24.04, 3.10, 4.10.0, cpu)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends unzip cmake ffmpeg gfortran apt-utils pkg-config checkinstall qtbase5-dev qt5-qmake build-essential libopenblas-base libopenblas-dev liblapack-dev libatlas-base-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libjpeg8-dev libpng-dev libtiff5-dev libxine2-dev libv4l-dev libgstreamer1.0 libgstreamer1.0-dev libgstreamer-plugins-base1.0-0 libgstreamer-plugins-base1.0-dev libglew-dev libpostproc-dev libeigen3-dev libtbb-dev zlib1g-dev libsm6 libxext6 libxrender1 && pip install numpy && wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip -O opencv.zip --progress=bar:force:noscroll --no-check-certificate && unzip -q opencv.zip && mv /opencv-$OPENCV_VERSION /opencv && rm opencv.zip && wget https://github.com/opencv/opencv_contrib/archive/${OPENCV_VERSION}.zip -O opencv_contrib.zip --progress=bar:force:noscroll --no-check-certificate && unzip -q opencv_contrib.zip && mv /opencv_contrib-$OPENCV_VERSION /opencv_contrib && rm opencv_contrib.zip && mkdir /opencv/build && cd /opencv/build && cmake -D CMAKE_BUILD_TYPE=RELEASE -D BUILD_PYTHON_SUPPORT=ON -D BUILD_DOCS=ON -D BUILD_PERF_TESTS=OFF -D BUILD_TESTS=OFF -D CMAKE_INSTALL_PREFIX=/usr/local -D OPENCV_EXTRA_MODULES_PATH=/opencv_contrib/modules -D BUILD_opencv_python3=ON -D BUILD_opencv_python2=OFF -D PYTHON${PYTHON_VERSION%%.*}_EXECUTABLE=$(which python${PYTHON_VERSION}) -D PYTHON_DEFAULT_EXECUTABLE=$(which python${PYTHON_VERSION}) -D BUILD_EXAMPLES=OFF -D WITH_IPP=OFF -D WITH_FFMPEG=ON -D WITH_GSTREAMER=ON -D WITH_V4L=ON -D WITH_LIBV4L=ON -D WITH_TBB=ON -D WITH_QT=ON -D WITH_OPENGL=ON -D WITH_LAPACK=ON -D ENABLE_PRECOMPILED_HEADERS=OFF .. && cd /opencv/build && make -j$(nproc) && make install && ldconfig && apt-get -y remove unzip cmake gfortran apt-utils pkg-config checkinstall build-essential libopenblas-dev liblapack-dev libatlas-base-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libjpeg8-dev libpng-dev libtiff5-dev libxine2-dev libv4l-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libglew-dev libpostproc-dev libeigen3-dev zlib1g-dev && apt-get autoremove -y && apt-get clean && rm -rf /opencv /opencv_contrib /var/lib/apt/lists/*" did not complete successfully: exit code: 100
|
build-push (22.04, 3.12, 4.10.0, gpu, 12.4.1)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python${PYTHON_VERSION%%.*} python${PYTHON_VERSION%%.*} /usr/bin/python${PYTHON_VERSION} 1 && update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (22.04, 3.13, 4.10.0, gpu, 12.4.1)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python${PYTHON_VERSION%%.*} python${PYTHON_VERSION%%.*} /usr/bin/python${PYTHON_VERSION} 1 && update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (22.04, 3.9, 4.10.0, gpu, 12.4.1)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python${PYTHON_VERSION%%.*} python${PYTHON_VERSION%%.*} /usr/bin/python${PYTHON_VERSION} 1 && update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (24.04, 3.13, 4.10.0, gpu, 12.8.0)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python${PYTHON_VERSION%%.*} python${PYTHON_VERSION%%.*} /usr/bin/python${PYTHON_VERSION} 1 && update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (22.04, 3.8, 4.10.0, gpu, 12.4.1)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python${PYTHON_VERSION%%.*} python${PYTHON_VERSION%%.*} /usr/bin/python${PYTHON_VERSION} 1 && update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (24.04, 3.10, 4.10.0, gpu, 12.8.0)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python${PYTHON_VERSION%%.*} python${PYTHON_VERSION%%.*} /usr/bin/python${PYTHON_VERSION} 1 && update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (24.04, 3.12, 4.10.0, gpu, 12.8.0)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python${PYTHON_VERSION%%.*} python${PYTHON_VERSION%%.*} /usr/bin/python${PYTHON_VERSION} 1 && update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (24.04, 3.11, 4.10.0, gpu, 12.8.0)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && update-alternatives --install /usr/bin/python${PYTHON_VERSION%%.*} python${PYTHON_VERSION%%.*} /usr/bin/python${PYTHON_VERSION} 1 && update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (22.04, 3.9, 4.10.0, cpu, 12.4.1)
Canceling since a higher priority waiting request for 'Publish Docker Image-refs/pull/53/merge-bump/ubunty-python' exists
|
build-push (22.04, 3.9, 4.10.0, cpu, 12.4.1)
The operation was canceled.
|
build-push (22.04, 3.8, 4.10.0, cpu, 12.4.1)
Canceling since a higher priority waiting request for 'Publish Docker Image-refs/pull/53/merge-bump/ubunty-python' exists
|
build-push (22.04, 3.8, 4.10.0, cpu, 12.4.1)
The operation was canceled.
|
build-push (22.04, 3.10, 4.10.0, cpu, 12.4.1)
Canceling since a higher priority waiting request for 'Publish Docker Image-refs/pull/53/merge-bump/ubunty-python' exists
|
build-push (22.04, 3.10, 4.10.0, cpu, 12.4.1)
The operation was canceled.
|
build-push (22.04, 3.11, 4.10.0, cpu, 12.4.1)
Canceling since a higher priority waiting request for 'Publish Docker Image-refs/pull/53/merge-bump/ubunty-python' exists
|
build-push (22.04, 3.11, 4.10.0, cpu, 12.4.1)
The operation was canceled.
|
build-push (22.04, 3.10, 4.10.0, gpu, 12.4.1)
Canceling since a higher priority waiting request for 'Publish Docker Image-refs/pull/53/merge-bump/ubunty-python' exists
|
build-push (22.04, 3.10, 4.10.0, gpu, 12.4.1)
The operation was canceled.
|
build-push (22.04, 3.11, 4.10.0, gpu, 12.4.1)
Canceling since a higher priority waiting request for 'Publish Docker Image-refs/pull/53/merge-bump/ubunty-python' exists
|
build-push (22.04, 3.11, 4.10.0, gpu, 12.4.1)
The operation was canceled.
|
build-guardian
The action 'cancelled or skipped...' has timed out after 1 minutes.
|
build-push (22.04, 3.12, 4.10.0, cpu, 12.4.1)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (24.04, 3.12, 4.10.0, cpu)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (22.04, 3.13, 4.10.0, cpu, 12.4.1)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (24.04, 3.13, 4.10.0, cpu)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (24.04, 3.11, 4.10.0, cpu)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (24.04, 3.10, 4.10.0, cpu)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (22.04, 3.12, 4.10.0, gpu, 12.4.1)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (22.04, 3.13, 4.10.0, gpu, 12.4.1)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (22.04, 3.9, 4.10.0, gpu, 12.4.1)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (24.04, 3.13, 4.10.0, gpu, 12.8.0)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (22.04, 3.8, 4.10.0, gpu, 12.4.1)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (24.04, 3.10, 4.10.0, gpu, 12.8.0)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (24.04, 3.12, 4.10.0, gpu, 12.8.0)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (24.04, 3.11, 4.10.0, gpu, 12.8.0)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
Borda~docker_python-opencv-ffmpeg~3VFA2O.dockerbuild
|
45.9 KB |
sha256:773daac00f02d06b30c3d800bb4d8aa4f90ebddc592a59c7d2fae1d2dffe49fd
|
|
Borda~docker_python-opencv-ffmpeg~3YX3SW.dockerbuild
|
46.4 KB |
sha256:fda84eff6a28701ddda5bf09bb889706c91653226911f9d9d4710a866ad6f7ba
|
|
Borda~docker_python-opencv-ffmpeg~5EDQ7G.dockerbuild
|
45.7 KB |
sha256:d4ed88d1492ebcf5796a31b2160f4a6a8faedc7828f533762d0aa8df8997887b
|
|
Borda~docker_python-opencv-ffmpeg~6A5M6S.dockerbuild
|
39.3 KB |
sha256:9945bafff7b286f1c87704ffdb058310b6e5aa8837faeee7ac77e54d9170933f
|
|
Borda~docker_python-opencv-ffmpeg~86F4VU.dockerbuild
|
44.2 KB |
sha256:83fbb87f71f25b09632c5a43dfd950ad3b93164e2235573c130ae9843e4b1b55
|
|
Borda~docker_python-opencv-ffmpeg~8CW5E3.dockerbuild
|
36.5 KB |
sha256:269356abd483caa1a19315bc245f532e1c9a599539c598b1e5087cb4c6844c64
|
|
Borda~docker_python-opencv-ffmpeg~AFAL3Q.dockerbuild
|
41.1 KB |
sha256:3ce03f8581c9f011e1b57d2c03779b93f98cbec21e96f6a37e16b674aab712aa
|
|
Borda~docker_python-opencv-ffmpeg~IRAJIY.dockerbuild
|
40.9 KB |
sha256:56860d56c671fc452a31aa12836b359610bd54c8e23637607193d311b094c52f
|
|
Borda~docker_python-opencv-ffmpeg~LDQ6N4.dockerbuild
|
40.9 KB |
sha256:c405c31c3772abc33706610a83b240896987c4c595d25afe19b629fe29cacbb2
|
|
Borda~docker_python-opencv-ffmpeg~QXHPT2.dockerbuild
|
44.1 KB |
sha256:99ea30ade81fe216828fd1cb6dd9980f6bb20141b271f2925579bdd89122fd3a
|
|
Borda~docker_python-opencv-ffmpeg~SAVZIM.dockerbuild
|
45 KB |
sha256:5b587e28a176c9812e54dd82c19495f1b9fdfdbdce0cf6f05dad158fe706f6d7
|
|
Borda~docker_python-opencv-ffmpeg~SHRUJM.dockerbuild
|
37.7 KB |
sha256:672e1939a6489275d915398b12b4e47613670f0fc3155ff595c4a2c220894634
|
|
Borda~docker_python-opencv-ffmpeg~Z8C1U7.dockerbuild
|
40.8 KB |
sha256:93db5d9ea8054878cebe1801e6c385b1da875dd6dc00305b53a3baf623041e4c
|
|
Borda~docker_python-opencv-ffmpeg~ZUFQ0W.dockerbuild
|
38.9 KB |
sha256:60fbae827aaf38a1e70737c29d2045c806a6bc30a9cedcccd25194441e01d3bc
|
|