Searched +full:python3 +full:- +full:dev (Results 1 – 25 of 475) sorted by relevance
12345678910>>...19
/external/mesa3d/.gitlab-ci/container/ |
D | x86_build-base.sh | 3 set -e 4 set -o xtrace 8 apt-get install -y \ 9 ca-certificates \ 11 python3-pip \ 12 python3-setuptools \ 17 apt-key add .gitlab-ci/container/llvm-snapshot.gpg.key 18 echo "deb https://apt.llvm.org/buster/ llvm-toolchain-buster-9 main" >/etc/apt/sources.list.d/llvm9… 19 echo "deb https://apt.llvm.org/buster/ llvm-toolchain-buster-10 main" >/etc/apt/sources.list.d/llvm… 21 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list [all …]
|
D | arm_build.sh | 3 set -e 4 set -o xtrace 6 apt-get -y install ca-certificates 7 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list 8 echo 'deb https://deb.debian.org/debian buster-backports main' >/etc/apt/sources.list.d/backports.l… 9 apt-get update 10 apt-get -y install \ 12 android-sdk-ext4-utils \ 26 libdrm-dev \ 27 libelf-dev \ [all …]
|
D | x86_test-gl.sh | 3 set -e 4 set -o xtrace 13 clang-10 \ 16 libclang-cpp10-dev \ 17 libgbm-dev \ 18 libgles2-mesa-dev \ 19 libpcre3-dev \ 20 libpciaccess-dev \ 21 libpng-dev \ 22 libvulkan-dev \ [all …]
|
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/python_stretch_default_x64/ |
D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 18 RUN apt-get update && apt-get install -y \ 20 autotools-dev \ 21 build-essential \ 27 gcc-multilib \ 33 libc6-dbg \ 34 libc6-dev \ 35 libgtest-dev \ 40 python-dev \ 41 python-setuptools \ [all …]
|
/external/tensorflow/tensorflow/lite/tools/pip_package/ |
D | Dockerfile | 7 RUN dpkg --add-architecture armhf 8 RUN dpkg --add-architecture arm64 9 RUN apt-get update && \ 10 apt-get install -y \ 12 dh-python \ 13 python-all \ 14 python-setuptools \ 15 python-wheel \ 16 python-numpy \ 17 python-pip \ [all …]
|
/external/selinux/ |
D | .travis.yml | 8 - clang 9 - gcc 14 - PYVER=python3.7 RUBYLIBVER=2.6 15 - PYVER=python3.7 RUBYLIBVER=2.6 TEST_FLAGS_OVERRIDE=1 16 - PYVER=python3.7 RUBYLIBVER=2.6 TEST_DEBUG=1 17 - PYVER=python3.7 RUBYLIBVER=2.6 LINKER=gold 18 - PYVER=python3.7 RUBYLIBVER=2.6 LINKER=bfd 21 - PYVER=python3.5 RUBYLIBVER=2.6 22 - PYVER=python3.6 RUBYLIBVER=2.6 23 - PYVER=pypy3.5-6.0 RUBYLIBVER=2.6 [all …]
|
/external/protobuf/kokoro/linux/dockerfile/test/python_stretch/ |
D | Dockerfile | 5 RUN apt-get update && apt-get install -y \ 7 autotools-dev \ 8 build-essential \ 15 libc6-dbg \ 16 libc6-dev \ 17 libgtest-dev \ 23 && apt-get clean 26 RUN apt-get update && apt-get install -y python2.7 python-all-dev 27 RUN curl https://bootstrap.pypa.io/get-pip.py | python2.7 30 RUN apt-get update && apt-get install -y \ [all …]
|
/external/python/pybind11/.github/workflows/ |
D | ci.yml | 8 - master 9 - stable 10 - v* 17 fail-fast: false 19 runs-on: [ubuntu-latest, windows-latest, macos-latest] 21 - 2.7 22 - 3.5 23 - 3.6 24 - 3.9 25 # - 3.10-dev # Re-enable once 3.10.0a5 is released [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | Dockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010 | 1 # Dockerfile to build a manylinux 2010 compliant cross-compiler. 7 # $ docker build -f Dockerfile.rbe.cuda10.1-cudnn7-ubuntu16.04-manylinux2010 \ 8 # --tag "gcr.io/tensorflow-testing/nosla-cuda10.1-cudnn7-ubuntu16.04-manylinux2010" . 9 # $ docker push gcr.io/tensorflow-testing/nosla-cuda10.1-cudnn7-ubuntu16.04-manylinux2010 11 FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu16.04 as devtoolset 14 RUN apt-get update && apt-get install -y \ 24 rm -rf /var/lib/apt/lists/* 28 ADD devtoolset/rpm-patch.sh rpm-patch.sh 30 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7. 31 RUN /build_devtoolset.sh devtoolset-7 /dt7 [all …]
|
D | Dockerfile.horovod.gpu | 1 FROM nvidia/cuda:11.0-cudnn8-devel-ubuntu18.04 3 # Install GCC, Python3.7 and other dependencies. 4 RUN apt-get update && \ 5 apt-get install --assume-yes \ 6 build-essential \ 12 ca-certificates \ 13 libjpeg-dev \ 14 libpng-dev \ 17 ibverbs-providers \ 18 python3.7 \ [all …]
|
D | Dockerfile.rbe.cuda10.0-cudnn7-ubuntu16.04-manylinux2010 | 1 # Dockerfile to build a manylinux 2010 compliant cross-compiler. 7 # $ docker build -f Dockerfile.rbe.cuda10.0-cudnn7-ubuntu16.04-manylinux2010 \ 8 # --tag "gcr.io/tensorflow-testing/nosla-cuda10.0-cudnn7-ubuntu16.04-manylinux2010" . 9 # $ docker push gcr.io/tensorflow-testing/nosla-cuda10.0-cudnn7-ubuntu16.04-manylinux2010 11 FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu16.04 as devtoolset 14 RUN apt-get update && apt-get install -y \ 24 rm -rf /var/lib/apt/lists/* 28 ADD devtoolset/rpm-patch.sh rpm-patch.sh 30 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7. 31 RUN /build_devtoolset.sh devtoolset-7 /dt7 [all …]
|
D | Dockerfile.custom_op_ubuntu_16_cuda10.1 | 3 FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu16.04 as devtoolset 8 RUN apt-get update && apt-get install -y \ 18 rm -rf /var/lib/apt/lists/* 22 ADD devtoolset/rpm-patch.sh rpm-patch.sh 24 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7. 25 RUN /build_devtoolset.sh devtoolset-7 /dt7 26 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-8 in /dt8. 27 RUN /build_devtoolset.sh devtoolset-8 /dt8 30 FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu16.04 34 COPY --from=devtoolset /dt7 /dt7 [all …]
|
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ppc64le/ |
D | devel-gpu-ppc64le-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=8.0.4.30-1 34 ARG LIBNVINFER=7.1.3-1 38 SHELL ["/bin/bash", "-c"] 39 RUN apt-get update && apt-get install -y --no-install-recommends \ 40 build-essential \ 41 cuda-command-line-tools-${CUDA/./-} \ 42 libcublas-${CUDA/./-} \ 43 libcublas-dev-${CUDA/./-} \ [all …]
|
D | devel-gpu-ppc64le.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=8.0.4.30-1 34 ARG LIBNVINFER=7.1.3-1 38 SHELL ["/bin/bash", "-c"] 39 RUN apt-get update && apt-get install -y --no-install-recommends \ 40 build-essential \ 41 cuda-command-line-tools-${CUDA/./-} \ 42 libcublas-${CUDA/./-} \ 43 libcublas-dev-${CUDA/./-} \ [all …]
|
D | devel-cpu-ppc64le-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 RUN apt-get update && apt-get install -y --no-install-recommends \ 27 build-essential \ 30 libcurl3-dev \ 31 libfreetype6-dev \ 32 libhdf5-serial-dev \ 33 libzmq3-dev \ 34 pkg-config \ 36 software-properties-common \ 40 zlib1g-dev \ [all …]
|
D | devel-cpu-ppc64le.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 RUN apt-get update && apt-get install -y --no-install-recommends \ 27 build-essential \ 30 libcurl3-dev \ 31 libfreetype6-dev \ 32 libhdf5-serial-dev \ 33 libzmq3-dev \ 34 pkg-config \ 36 software-properties-common \ 40 zlib1g-dev \ [all …]
|
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ |
D | devel-gpu-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=8.0.4.30-1 34 ARG LIBNVINFER=7.1.3-1 38 SHELL ["/bin/bash", "-c"] 39 RUN apt-get update && apt-get install -y --no-install-recommends \ 40 build-essential \ 41 cuda-command-line-tools-${CUDA/./-} \ 42 libcublas-${CUDA/./-} \ 43 libcublas-dev-${CUDA/./-} \ [all …]
|
D | devel-gpu.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base 31 ARG CUDNN=8.0.4.30-1 34 ARG LIBNVINFER=7.1.3-1 38 SHELL ["/bin/bash", "-c"] 39 RUN apt-get update && apt-get install -y --no-install-recommends \ 40 build-essential \ 41 cuda-command-line-tools-${CUDA/./-} \ 42 libcublas-${CUDA/./-} \ 43 libcublas-dev-${CUDA/./-} \ [all …]
|
D | devel-cpu-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 RUN apt-get update && apt-get install -y --no-install-recommends \ 27 build-essential \ 30 libcurl3-dev \ 31 libfreetype6-dev \ 32 libhdf5-serial-dev \ 33 libzmq3-dev \ 34 pkg-config \ 36 software-properties-common \ 40 zlib1g-dev \ [all …]
|
D | devel-cpu.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 RUN apt-get update && apt-get install -y --no-install-recommends \ 27 build-essential \ 30 libcurl3-dev \ 31 libfreetype6-dev \ 32 libhdf5-serial-dev \ 33 libzmq3-dev \ 34 pkg-config \ 36 software-properties-common \ 40 zlib1g-dev \ [all …]
|
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/sanity/ |
D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 18 RUN apt-get update && apt-get install -y \ 20 autotools-dev \ 21 build-essential \ 27 gcc-multilib \ 33 libc6-dbg \ 34 libc6-dev \ 35 libgtest-dev \ 40 python-dev \ 41 python-setuptools \ [all …]
|
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/arm64v8/ |
D | devel-cpu-arm64v8-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 RUN apt-get update && apt-get install -y --no-install-recommends \ 27 build-essential \ 30 libcurl3-dev \ 31 libfreetype6-dev \ 32 libhdf5-serial-dev \ 33 libzmq3-dev \ 34 pkg-config \ 36 software-properties-common \ 40 zlib1g-dev \ [all …]
|
D | devel-cpu-arm64v8.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 RUN apt-get update && apt-get install -y --no-install-recommends \ 27 build-essential \ 30 libcurl3-dev \ 31 libfreetype6-dev \ 32 libhdf5-serial-dev \ 33 libzmq3-dev \ 34 pkg-config \ 36 software-properties-common \ 40 zlib1g-dev \ [all …]
|
/external/libdrm/.gitlab-ci/ |
D | debian-install.sh | 2 set -o errexit 3 set -o xtrace 9 dpkg --add-architecture $arch 12 apt-get install -y \ 13 ca-certificates 15 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list 16 echo 'deb https://deb.debian.org/debian buster-backports main' >/etc/apt/sources.list.d/backports.l… 18 apt-get update 23 Pin: release a=buster-backports 24 Pin-Priority: 500 [all …]
|
/external/bcc/debian/ |
D | control | 5 Standards-Version: 3.9.5 6 Build-Depends: debhelper (>= 9), cmake, 8 llvm-3.7-dev [!arm64] | llvm-3.8-dev [!arm64] | llvm-6.0-dev, 9 libclang-3.7-dev [!arm64] | libclang-3.8-dev [!arm64] | libclang-6.0-dev, 10 clang-format | clang-format-3.7 [!arm64] | clang-format-3.8 [!arm64] | clang-format-6.0, 11 libelf-dev, bison, flex, libfl-dev, libedit-dev, zlib1g-dev, git, 12 python (>= 2.7), python-netaddr, python-pyroute2, luajit, 13 libluajit-5.1-dev, arping, inetutils-ping | iputils-ping, iperf, netperf, 14 ethtool, devscripts, python3, dh-python 24 Package: libbcc-examples [all …]
|
12345678910>>...19