Home
last modified time | relevance | path

Searched +full:bazel +full:- +full:installer (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/
Dbazel.partial.Dockerfile1 RUN apt-get update && apt-get install -y \
2 build-essential \
6 openjdk-8-jdk \
7 ${PYTHON}-dev \
10 RUN ${PIP} --no-cache-dir install \
21 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
24 # Install bazel
26 RUN mkdir /bazel && \
27 …wget -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION…
28 …wget -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && \
[all …]
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_bazel.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Select bazel version.
21 local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')
27 set -e
29 # Install bazel.
30 mkdir -p /bazel
31 cd /bazel
32 if [[ ! -f "bazel-$BAZEL_VERSION-installer-linux-x86_64.sh" ]]; then
33 …curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VE…
35 chmod +x /bazel/bazel-*.sh
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/
Ddevel-cpu.Dockerfile7 # 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 \
39 zlib1g-dev \
[all …]
Ddevel-cpu-jupyter.Dockerfile7 # 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 \
39 zlib1g-dev \
[all …]
Ddevel-gpu.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base
31 ARG CUDNN=7.4.1.5-1
36 SHELL ["/bin/bash", "-c"]
37 RUN apt-get update && apt-get install -y --no-install-recommends \
38 build-essential \
39 cuda-command-line-tools-${CUDA/./-} \
40 cuda-cublas-dev-${CUDA/./-} \
41 cuda-cudart-dev-${CUDA/./-} \
42 cuda-cufft-dev-${CUDA/./-} \
[all …]
Ddevel-gpu-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}-base-ubuntu${UBUNTU_VERSION} as base
31 ARG CUDNN=7.4.1.5-1
36 SHELL ["/bin/bash", "-c"]
37 RUN apt-get update && apt-get install -y --no-install-recommends \
38 build-essential \
39 cuda-command-line-tools-${CUDA/./-} \
40 cuda-cublas-dev-${CUDA/./-} \
41 cuda-cudart-dev-${CUDA/./-} \
42 cuda-cufft-dev-${CUDA/./-} \
[all …]
/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_build_submodule_at_head.sh8 # http://www.apache.org/licenses/LICENSE-2.0
18 set -ex
26 (cd third_party/$RUN_TESTS_FLAGS && git fetch --all && git checkout origin/master)
31 # Upgrade bazel.
32 # make_grpcio_tools.py requires bazel >=0.13.1 to run (Kokoro workers only have bazel 0.9)
33 …curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/0.13.1/bazel-0.13.1-installer-
34 chmod +x ./bazel-0.13.1-installer-linux-x86_64.sh
35 ./bazel-0.13.1-installer-linux-x86_64.sh --user
36 rm -f ./bazel-0.13.1-installer-linux-x86_64.sh
43 git -c user.name='foo' -c user.email='foo@google.com' commit -a -m 'Update submodule'
[all …]
/external/libcxx/utils/google-benchmark/
D.travis.yml7 - /usr/local/bin:$PATH
11 - compiler: gcc
15 - lcov
17 - compiler: gcc
19 - compiler: gcc
21 - compiler: gcc
25 - g++-multilib
27 - compiler: gcc
31 - g++-multilib
33 - compiler: gcc
[all …]
/external/google-benchmark/
D.travis.yml7 - /usr/local/bin:$PATH
11 - compiler: gcc
15 - lcov
17 - compiler: gcc
19 - compiler: gcc
21 - compiler: gcc
25 - g++-multilib
27 - compiler: gcc
31 - g++-multilib
33 - compiler: gcc
[all …]
/external/tensorflow/tensorflow/tools/docker/
DDockerfile.devel5 RUN apt-get update && apt-get install -y --no-install-recommends \
6 build-essential \
9 libcurl3-dev \
10 libfreetype6-dev \
11 libhdf5-serial-dev \
12 libpng-dev \
13 libzmq3-dev \
14 pkg-config \
15 python-dev \
17 software-properties-common \
[all …]
DDockerfile.devel-mkl12 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
14 ${PYTHON}-dev \
15 ${PYTHON}-pip \
16 ${PYTHON}-setuptools \
17 ${PYTHON}-wheel \
18 build-essential \
21 libcurl3-dev \
22 libfreetype6-dev \
23 libhdf5-serial-dev \
24 libpng-dev \
[all …]
DDockerfile.devel-gpu1 FROM nvidia/cuda:9.0-base-ubuntu16.04
5 RUN apt-get update && apt-get install -y --no-install-recommends \
6 build-essential \
7 cuda-command-line-tools-9-0 \
8 cuda-cublas-dev-9-0 \
9 cuda-cudart-dev-9-0 \
10 cuda-cufft-dev-9-0 \
11 cuda-curand-dev-9-0 \
12 cuda-cusolver-dev-9-0 \
13 cuda-cusparse-dev-9-0 \
[all …]
DDockerfile.devel-mkl-horovod13 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
15 ${PYTHON}-dev \
16 ${PYTHON}-pip \
17 ${PYTHON}-setuptools \
18 ${PYTHON}-wheel \
19 build-essential \
22 libcurl3-dev \
23 libfreetype6-dev \
24 libhdf5-serial-dev \
25 libnuma-dev \
[all …]
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
DREADME.md7 - [Getting Started](#getting-started)
8 - [Getting Started on a Microcontroller](#getting-started-on-a-microcontroller)
9 - [Calculating the Input to the Neural Network](#calculating-the-input-to-the-neural-network)
10 - [Creating Your Own Model](#creating-your-own-model)
23 make -f tensorflow/lite/experimental/micro/tools/make/Makefile test_micro_speech
35 brew: brew install caskroom/cask/gcc-arm-embedded*
38 make -f tensorflow/lite/experimental/micro/tools/make/Makefile TARGET=bluepill test_micro_speech
44 arm-none-eabi-objcopy \
45 tensorflow/lite/experimental/micro/tools/make/gen/bluepill_cortex-m3/bin/micro_speech_test \
46 tensorflow/lite/experimental/micro/tools/make/gen/bluepill_cortex-m3/bin/micro_speech_test.bin \
[all …]
/external/tensorflow/
Dconfigure.py7 # http://www.apache.org/licenses/LICENSE-2.0
29 # pylint: disable=g-import-not-at-top
34 # pylint: enable=g-import-not-at-top
56 'lib64/', 'lib/powerpc64le-linux-gnu/', 'lib/x86_64-linux-gnu/', ''
59 # List of files to be configured for using Bazel on Apple platforms.
66 _DEFAULT_TENSORRT_PATH_LINUX = '/usr/lib/powerpc64le-linux-gnu/'
68 _DEFAULT_TENSORRT_PATH_LINUX = '/usr/lib/%s-linux-gnu' % platform.machine()
100 answer = input(question) # pylint: disable=bad-builtin
107 """Force symlink, equivalent of 'ln -sf'.
144 write_to_bazelrc('build --action_env %s="%s"' % (var_name, str(var)))
[all …]