Searched refs:PIP (Results 1 – 25 of 59) 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/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/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/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/ |
D | cpu-jupyter.Dockerfile | 29 ARG PIP=pip${_PY_SUFFIX} 38 RUN ${PIP} --no-cache-dir install --upgrade \ 54 RUN ${PIP} install ${TF_PACKAGE}${TF_PACKAGE_VERSION:+==${TF_PACKAGE_VERSION}} 59 RUN ${PIP} install jupyter matplotlib 60 RUN ${PIP} install jupyter_http_over_ws
|
D | devel-cpu-jupyter.Dockerfile | 57 ARG PIP=pip${_PY_SUFFIX} 66 RUN ${PIP} --no-cache-dir install --upgrade \ 82 RUN ${PIP} --no-cache-dir install \ 93 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \ 108 RUN ${PIP} install jupyter matplotlib 109 RUN ${PIP} install jupyter_http_over_ws
|
D | gpu-jupyter.Dockerfile | 66 ARG PIP=pip${_PY_SUFFIX} 75 RUN ${PIP} --no-cache-dir install --upgrade \ 91 RUN ${PIP} install ${TF_PACKAGE}${TF_PACKAGE_VERSION:+==${TF_PACKAGE_VERSION}} 96 RUN ${PIP} install jupyter matplotlib 97 RUN ${PIP} install jupyter_http_over_ws
|
D | devel-gpu-jupyter.Dockerfile | 90 ARG PIP=pip${_PY_SUFFIX} 99 RUN ${PIP} --no-cache-dir install --upgrade \ 115 RUN ${PIP} --no-cache-dir install \ 126 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \ 141 RUN ${PIP} install jupyter matplotlib 142 RUN ${PIP} install jupyter_http_over_ws
|
D | devel-cpu.Dockerfile | 57 ARG PIP=pip${_PY_SUFFIX} 66 RUN ${PIP} --no-cache-dir install --upgrade \ 82 RUN ${PIP} --no-cache-dir install \ 93 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
|
D | cpu.Dockerfile | 29 ARG PIP=pip${_PY_SUFFIX} 38 RUN ${PIP} --no-cache-dir install --upgrade \ 54 RUN ${PIP} install ${TF_PACKAGE}${TF_PACKAGE_VERSION:+==${TF_PACKAGE_VERSION}}
|
D | devel-gpu.Dockerfile | 90 ARG PIP=pip${_PY_SUFFIX} 99 RUN ${PIP} --no-cache-dir install --upgrade \ 115 RUN ${PIP} --no-cache-dir install \ 126 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
|
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ppc64le/ |
D | devel-cpu-ppc64le-jupyter.Dockerfile | 57 ARG PIP=pip${_PY_SUFFIX} 66 RUN ${PIP} --no-cache-dir install --upgrade \ 81 RUN ${PIP} --no-cache-dir install \ 92 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \ 110 RUN ${PIP} install jupyter matplotlib 111 RUN ${PIP} install jupyter_http_over_ws
|
D | cpu-ppc64le-jupyter.Dockerfile | 29 ARG PIP=pip${_PY_SUFFIX} 38 RUN ${PIP} --no-cache-dir install --upgrade \ 52 RUN ${PIP} install --global-option=build_ext \ 72 ${PIP} install ${PACKAGE} 77 RUN ${PIP} install jupyter matplotlib 78 RUN ${PIP} install jupyter_http_over_ws
|
D | gpu-ppc64le-jupyter.Dockerfile | 66 ARG PIP=pip${_PY_SUFFIX} 75 RUN ${PIP} --no-cache-dir install --upgrade \ 89 RUN ${PIP} install --global-option=build_ext \ 109 ${PIP} install ${PACKAGE} 114 RUN ${PIP} install jupyter matplotlib 115 RUN ${PIP} install jupyter_http_over_ws
|
D | cpu-ppc64le.Dockerfile | 29 ARG PIP=pip${_PY_SUFFIX} 38 RUN ${PIP} --no-cache-dir install --upgrade \ 52 RUN ${PIP} install --global-option=build_ext \ 72 ${PIP} install ${PACKAGE}
|
D | devel-gpu-ppc64le-jupyter.Dockerfile | 90 ARG PIP=pip${_PY_SUFFIX} 99 RUN ${PIP} --no-cache-dir install --upgrade \ 114 RUN ${PIP} --no-cache-dir install \ 125 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \ 143 RUN ${PIP} install jupyter matplotlib 144 RUN ${PIP} install jupyter_http_over_ws
|
D | devel-cpu-ppc64le.Dockerfile | 57 ARG PIP=pip${_PY_SUFFIX} 66 RUN ${PIP} --no-cache-dir install --upgrade \ 81 RUN ${PIP} --no-cache-dir install \ 92 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
|
D | gpu-ppc64le.Dockerfile | 66 ARG PIP=pip${_PY_SUFFIX} 75 RUN ${PIP} --no-cache-dir install --upgrade \ 89 RUN ${PIP} install --global-option=build_ext \ 109 ${PIP} install ${PACKAGE}
|
D | devel-gpu-ppc64le.Dockerfile | 90 ARG PIP=pip${_PY_SUFFIX} 99 RUN ${PIP} --no-cache-dir install --upgrade \ 114 RUN ${PIP} --no-cache-dir install \ 125 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
|
/external/tensorflow/tensorflow/tools/docker/ |
D | Dockerfile.mkl | 12 ARG PIP="pip" 36 RUN ${PIP} --no-cache-dir install \ 53 RUN ${PIP} install --no-cache-dir --force-reinstall /${TF_WHL_URL} && \
|
D | Dockerfile.mkl-horovod | 12 ARG PIP="pip" 40 RUN ${PIP} --no-cache-dir install \ 57 RUN ${PIP} install --no-cache-dir --force-reinstall /${TF_WHL_URL} && \ 96 RUN ${PIP} install --no-cache-dir horovod
|
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/ |
D | python.partial.Dockerfile | 4 ARG PIP=pip${_PY_SUFFIX} 13 RUN ${PIP} --no-cache-dir install --upgrade \
|
D | bazelbuild.partial.Dockerfile | 9 RUN ${PIP} --no-cache-dir install \ 20 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
|
D | bazel.partial.Dockerfile | 10 RUN ${PIP} --no-cache-dir install \ 21 && test "${USE_PYTHON_3_NOT_2}" -eq 1 && true || ${PIP} --no-cache-dir install \
|
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ |
D | jupyter.partial.Dockerfile | 1 RUN ${PIP} install jupyter matplotlib 2 RUN ${PIP} install jupyter_http_over_ws
|
123