zoukankan      html  css  js  c++  java
  • /tmp
    Cloning into 'tensorflow'...
    remote: Enumerating objects: 17781, done.
    remote: Counting objects: 100% (17781/17781), done.
    remote: Compressing objects: 100% (13483/13483), done.
    remote: Total 17781 (delta 5758), reused 9063 (delta 3707), pack-reused 0
    Receiving objects: 100% (17781/17781), 43.38 MiB | 382.00 KiB/s, done.
    Resolving deltas: 100% (5758/5758), done.
    Checking out files: 100% (16970/16970), done.
    /tmp/tensorflow
    WARNING: --batch mode is deprecated. Please instead explicitly shut down your Bazel server using the command "bazel shutdown".
    You have bazel 0.24.1 installed.
    Please specify the location of python. [Default is /root/anaconda3/envs/py35/bin/python]: 
    
    Found possible Python library paths:
      /root/anaconda3/envs/py35/lib/python3.6/site-packages
    Please input the desired Python library path to use.  Default is [/root/anaconda3/envs/py35/lib/python3.6/site-packages]
    Do you wish to build TensorFlow with XLA JIT support? [Y/n]: XLA JIT support will be enabled for TensorFlow.
    
    Do you wish to build TensorFlow with OpenCL SYCL support? [y/N]: No OpenCL SYCL support will be enabled for TensorFlow.
    
    Do you wish to build TensorFlow with ROCm support? [y/N]: No ROCm support will be enabled for TensorFlow.
    
    Do you wish to build TensorFlow with CUDA support? [y/N]: No CUDA support will be enabled for TensorFlow.
    
    Do you wish to download a fresh release of clang? (Experimental) [y/N]: Clang will not be downloaded.
    
    Do you wish to build TensorFlow with MPI support? [y/N]: No MPI support will be enabled for TensorFlow.
    
    Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is -march=native -Wno-sign-compare]: 
    
    Would you like to interactively configure ./WORKSPACE for Android builds? [y/N]: Not configuring the WORKSPACE for Android builds.
    
    Preconfigured Bazel build configs. You can use any of the below by adding "--config=<>" to your build command. See .bazelrc for more details.
    	--config=mkl         	# Build with MKL support.
    	--config=monolithic  	# Config for mostly static monolithic build.
    	--config=gdr         	# Build with GDR support.
    	--config=verbs       	# Build with libverbs support.
    	--config=ngraph      	# Build with Intel nGraph support.
    	--config=numa        	# Build with NUMA support.
    	--config=dynamic_kernels	# (Experimental) Build kernels into separate shared objects.
    Preconfigured Bazel build configs to DISABLE default on features:
    	--config=noaws       	# Disable AWS S3 filesystem support.
    	--config=nogcp       	# Disable GCP support.
    	--config=nohdfs      	# Disable HDFS support.
    	--config=noignite    	# Disable Apache Ignite support.
    	--config=nokafka     	# Disable Apache Kafka support.
    	--config=nonccl      	# Disable NVIDIA NCCL support.
    Configuration finished
    yes: standard output: Broken pipe
    yes: write error
  • 相关阅读:
    Java 常见异常种类
    Spring3.2+mybatis3.2+Struts2.3整合配置文件大全
    Java中的基本类型和引用类型变量的区别
    【git】Git 提示fatal: remote origin already exists 错误解决办法
    【Java集合】Java中集合(List,Set,Map)
    POJ3322-经典的游戏搜索问题
    程序人生[流程图]
    不使用中间变量交换两个数
    做人要低调,别把自己太当回事
    【转】嵌套子控件设计时支持
  • 原文地址:https://www.cnblogs.com/573177885qq/p/10820505.html
Copyright © 2011-2022 走看看