File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM nvidia/cuda:9.2 -cudnn7-devel-ubuntu18.04
1+ FROM nvidia/cuda:10.0 -cudnn7-devel-ubuntu18.04
22
33# copy the contents of this repository to the container
44COPY . tensorflow_cc
Original file line number Diff line number Diff line change 11# tensorflow_cc
22[ ![ Build Status] ( http://ash.floop.cz:8080/buildStatus/icon?job=tensorflow_cc )] ( http://ash.floop.cz:8080/job/tensorflow_cc/ )
3- [ ![ TF version] ( https://img.shields.io/badge/TF%20version-1.12 .0-brightgreen.svg )] ( )
3+ [ ![ TF version] ( https://img.shields.io/badge/TF%20version-1.13 .0-brightgreen.svg )] ( )
44
55This repository makes possible the usage of the [ TensorFlow C++] ( https://www.tensorflow.org/api_docs/cc/ ) API from the outside of the TensorFlow source code folders and without the use of the [ Bazel] ( https://bazel.build/ ) build system.
66
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.3 FATAL_ERROR )
22project (
33 "tensorflow_cc"
4- VERSION 1.12 .0
4+ VERSION 1.13 .0
55)
66
77# Static library with no GPU support is built by default.
@@ -10,7 +10,7 @@ project(
1010option (TENSORFLOW_SHARED "Build shared library (required for GPU support)." OFF )
1111option (ALLOW_CUDA "When building the shared library, try to find and use CUDA." ON )
1212option (TENSORFLOW_STATIC "Build static library." ON )
13- set (TENSORFLOW_TAG "c985bd0dce0f8a7ccf334c9782d051c81ad00f1d " CACHE STRING "The tensorflow release tag to be checked out (default v1.12 .0)." )
13+ set (TENSORFLOW_TAG "v1.13.0-rc1 " CACHE STRING "The tensorflow release tag to be checked out (default v1.13 .0)." )
1414option (SYSTEM_PROTOBUF "Use system protobuf instead of static protobuf from contrib/makefile." OFF )
1515
1616# -------------
You can’t perform that action at this time.
0 commit comments