Searched refs:PIP (Results 1 – 25 of 60) sorted by relevance
123
/external/scapy/.travis/ |
D | install.sh | 1 PIP=`which pip || (python --version 2>&1 | grep -q 'Python 2' && which pip2) || (python --version 2… 15 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U mock 20 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U enum34 25 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U cryptography 31 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U coverage 32 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U PyX 33 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U codecov 45 …$SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U http://http.debian.net/debian/pool/main/p/python-li… 46 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U pydumbnet
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | addi-licm.ll | 2 ; RUN: llc -verify-machineinstrs -mcpu=pwr7 < %s | FileCheck %s -check-prefix=PIP 25 ; PIP-LABEL: @foo 26 ; PIP: addi [[REG1:[0-9]+]], 1, 27 ; PIP: addi [[REG2:[0-9]+]], 1, 28 ; PIP: %for.body.i 29 ; PIP-DAG: lfsu {{[0-9]+}}, 4([[REG1]]) 30 ; PIP-DAG: lfsu {{[0-9]+}}, 4([[REG2]]) 31 ; PIP: blr
|
/external/llvm/test/CodeGen/PowerPC/ |
D | addi-licm.ll | 2 ; RUN: llc -mcpu=pwr7 < %s | FileCheck %s -check-prefix=PIP 25 ; PIP-LABEL: @foo 26 ; PIP: addi [[REG1:[0-9]+]], 1, 27 ; PIP: addi [[REG2:[0-9]+]], 1, 28 ; PIP: %for.body.i 29 ; PIP-DAG: lfsu {{[0-9]+}}, 4([[REG1]]) 30 ; PIP-DAG: lfsu {{[0-9]+}}, 4([[REG2]]) 31 ; PIP: blr
|
/external/grpc-grpc/tools/run_tests/artifacts/ |
D | build_artifact_python.sh | 22 export PIP=${PIP:-pip} 92 "${PIP}" install -rrequirements.txt 96 "${PIP}" install futures>=2.2.0 99 "${PIP}" install grpcio --no-index --find-links "file://$ARTIFACT_DIR/" 100 "${PIP}" install grpcio-tools --no-index --find-links "file://$ARTIFACT_DIR/"
|
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ppc64le/ |
D | cpu-ppc64le-jupyter.Dockerfile | 32 ARG PIP=pip${_PY_SUFFIX} 41 RUN ${PIP} --no-cache-dir install --upgrade \ 55 RUN ${PIP} install --global-option=build_ext \ 75 ${PIP} install ${PACKAGE} 80 RUN ${PIP} install jupyter matplotlib 82 RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; … 83 RUN ${PIP} install jupyter_http_over_ws
|
D | devel-cpu-ppc64le-jupyter.Dockerfile | 61 ARG PIP=pip${_PY_SUFFIX} 70 RUN ${PIP} --no-cache-dir install --upgrade \ 86 RUN ${PIP} --no-cache-dir install \ 97 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \ 115 RUN ${PIP} install jupyter matplotlib 117 RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; … 118 RUN ${PIP} install jupyter_http_over_ws
|
D | cpu-ppc64le.Dockerfile | 32 ARG PIP=pip${_PY_SUFFIX} 41 RUN ${PIP} --no-cache-dir install --upgrade \ 55 RUN ${PIP} install --global-option=build_ext \ 75 ${PIP} install ${PACKAGE}
|
D | gpu-ppc64le-jupyter.Dockerfile | 81 ARG PIP=pip${_PY_SUFFIX} 90 RUN ${PIP} --no-cache-dir install --upgrade \ 104 RUN ${PIP} install --global-option=build_ext \ 124 ${PIP} install ${PACKAGE} 129 RUN ${PIP} install jupyter matplotlib 131 RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; … 132 RUN ${PIP} install jupyter_http_over_ws
|
D | devel-gpu-ppc64le-jupyter.Dockerfile | 103 ARG PIP=pip${_PY_SUFFIX} 112 RUN ${PIP} --no-cache-dir install --upgrade \ 128 RUN ${PIP} --no-cache-dir install \ 139 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \ 157 RUN ${PIP} install jupyter matplotlib 159 RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; … 160 RUN ${PIP} install jupyter_http_over_ws
|
D | devel-cpu-ppc64le.Dockerfile | 61 ARG PIP=pip${_PY_SUFFIX} 70 RUN ${PIP} --no-cache-dir install --upgrade \ 86 RUN ${PIP} --no-cache-dir install \ 97 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
|
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ |
D | cpu-jupyter.Dockerfile | 32 ARG PIP=pip${_PY_SUFFIX} 41 RUN ${PIP} --no-cache-dir install --upgrade \ 57 RUN ${PIP} install ${TF_PACKAGE}${TF_PACKAGE_VERSION:+==${TF_PACKAGE_VERSION}} 62 RUN ${PIP} install jupyter matplotlib 64 RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; … 65 RUN ${PIP} install jupyter_http_over_ws
|
D | devel-cpu-jupyter.Dockerfile | 61 ARG PIP=pip${_PY_SUFFIX} 70 RUN ${PIP} --no-cache-dir install --upgrade \ 87 RUN ${PIP} --no-cache-dir install \ 99 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \ 114 RUN ${PIP} install jupyter matplotlib 116 RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; … 117 RUN ${PIP} install jupyter_http_over_ws
|
D | gpu-jupyter.Dockerfile | 81 ARG PIP=pip${_PY_SUFFIX} 90 RUN ${PIP} --no-cache-dir install --upgrade \ 106 RUN ${PIP} install ${TF_PACKAGE}${TF_PACKAGE_VERSION:+==${TF_PACKAGE_VERSION}} 111 RUN ${PIP} install jupyter matplotlib 113 RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; … 114 RUN ${PIP} install jupyter_http_over_ws
|
D | devel-gpu-jupyter.Dockerfile | 103 ARG PIP=pip${_PY_SUFFIX} 112 RUN ${PIP} --no-cache-dir install --upgrade \ 129 RUN ${PIP} --no-cache-dir install \ 141 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \ 156 RUN ${PIP} install jupyter matplotlib 158 RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; … 159 RUN ${PIP} install jupyter_http_over_ws
|
D | cpu.Dockerfile | 32 ARG PIP=pip${_PY_SUFFIX} 41 RUN ${PIP} --no-cache-dir install --upgrade \ 57 RUN ${PIP} install ${TF_PACKAGE}${TF_PACKAGE_VERSION:+==${TF_PACKAGE_VERSION}}
|
D | devel-cpu.Dockerfile | 61 ARG PIP=pip${_PY_SUFFIX} 70 RUN ${PIP} --no-cache-dir install --upgrade \ 87 RUN ${PIP} --no-cache-dir install \ 99 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
|
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/mkl_horovod/ |
D | horovod-jupyter.Dockerfile | 32 ARG PIP=pip${_PY_SUFFIX} 41 RUN ${PIP} --no-cache-dir install --upgrade \ 57 RUN ${PIP} install ${TF_PACKAGE}${TF_PACKAGE_VERSION:+==${TF_PACKAGE_VERSION}} 109 RUN ${PIP} install --no-cache-dir horovod==${HOROVOD_VERSION} 114 RUN ${PIP} install jupyter matplotlib 116 RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; … 117 RUN ${PIP} install jupyter_http_over_ws
|
D | devel-horovod-jupyter.Dockerfile | 61 ARG PIP=pip${_PY_SUFFIX} 70 RUN ${PIP} --no-cache-dir install --upgrade \ 87 RUN ${PIP} --no-cache-dir install \ 99 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \ 166 RUN ${PIP} install jupyter matplotlib 168 RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; … 169 RUN ${PIP} install jupyter_http_over_ws
|
D | horovod.Dockerfile | 32 ARG PIP=pip${_PY_SUFFIX} 41 RUN ${PIP} --no-cache-dir install --upgrade \ 57 RUN ${PIP} install ${TF_PACKAGE}${TF_PACKAGE_VERSION:+==${TF_PACKAGE_VERSION}} 109 RUN ${PIP} install --no-cache-dir horovod==${HOROVOD_VERSION}
|
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ |
D | jupyter.partial.Dockerfile | 1 RUN ${PIP} install jupyter matplotlib 3 RUN if [[ "${USE_PYTHON_3_NOT_2}" == "1" ]]; then ${PIP} install ipykernel==5.1.1 nbformat==4.4.0; … 4 RUN ${PIP} install jupyter_http_over_ws
|
D | tensorflow-ppc64le.partial.Dockerfile | 8 RUN ${PIP} install --global-option=build_ext \ 28 ${PIP} install ${PACKAGE}
|
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/ |
D | python.partial.Dockerfile | 5 ARG PIP=pip${_PY_SUFFIX} 14 RUN ${PIP} --no-cache-dir install --upgrade \
|
D | bazelbuild.partial.Dockerfile | 10 RUN ${PIP} --no-cache-dir install \ 21 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
|
D | bazel.partial.Dockerfile | 11 RUN ${PIP} --no-cache-dir install \ 23 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
|
/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/ |
D | Dockerfile.devel-mkl | 11 ARG PIP="pip" 48 RUN ${PIP} install future>=0.17.1 53 ${PIP} --no-cache-dir install --upgrade "${WHL_DIR}"/tensorflow-*.whl && \
|
123