Skip to content

Commit

Permalink
tensorflow: update linux config files
Browse files Browse the repository at this point in the history
Drop Python 3.5
Drop CUDA 8.0
Use _tflow_select package for mutex
  • Loading branch information
jjhelmus committed Oct 5, 2018
1 parent d356d33 commit bd36351
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 54 deletions.
24 changes: 8 additions & 16 deletions tensorflow/conda_build_config_linux_cpu.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,23 @@
# configuration for linux-64 eigen and mkl variants
full_base_version:
- "1.10.0 eigen_py27h4dcebc2_0"
- "1.10.0 eigen_py35h4dcebc2_0"
- "1.10.0 eigen_py36h4dcebc2_0"
- "1.10.0 mkl_py27h3c3e929_0"
- "1.10.0 mkl_py35h3c3e929_0"
- "1.10.0 mkl_py36h3c3e929_0"
- "1.11.0 eigen_py27h4dcebc2_0"
- "1.11.0 eigen_py36h4dcebc2_0"
- "1.11.0 mkl_py27h3c3e929_0"
- "1.11.0 mkl_py36h3c3e929_0"
select_version:
- "0.0.2 eigen"
- "0.0.2 eigen"
- "0.0.2 eigen"
- "0.0.3 mkl"
- "0.0.3 mkl"
- "0.0.3 mkl"
- "2.2.0 eigen"
- "2.2.0 eigen"
- "2.3.0 mkl"
- "2.3.0 mkl"
tflow_variant:
- "eigen"
- "eigen"
- "eigen"
- "mkl"
- "mkl"
- "mkl"
py_version:
- 2.7
- 3.5
- 3.6
- 2.7
- 3.5
- 3.6
zip_keys:
- full_base_version
Expand Down
22 changes: 0 additions & 22 deletions tensorflow/conda_build_config_linux_cuda80.yaml

This file was deleted.

12 changes: 4 additions & 8 deletions tensorflow/conda_build_config_linux_cuda90.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# configuration for linux-64 gpu, cuda 9.0
full_base_version:
- "1.10.0 gpu_py27h6ecc378_0"
- "1.10.0 gpu_py35h6ecc378_0"
- "1.10.0 gpu_py36h6ecc378_0"
- "1.11.0 gpu_py27h8e0ae2d_0"
- "1.11.0 gpu_py36h8e0ae2d_0"
select_version:
- "0.0.1 gpu"
- "0.0.1 gpu"
- "0.0.1 gpu"
- "2.1.0 gpu"
- "2.1.0 gpu"
tflow_variant:
- "gpu"
- "gpu"
- "gpu"
py_version:
- 2.7
- 3.5
- 3.6
zip_keys:
- full_base_version
Expand Down
12 changes: 4 additions & 8 deletions tensorflow/conda_build_config_linux_cuda92.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# configuration for linux-64 gpu, cuda 9.0
full_base_version:
- "1.10.0 gpu_py27had579c0_0"
- "1.10.0 gpu_py35had579c0_0"
- "1.10.0 gpu_py36had579c0_0"
- "1.11.0 gpu_py27had579c0_0"
- "1.11.0 gpu_py36had579c0_0"
select_version:
- "0.0.1 gpu"
- "0.0.1 gpu"
- "0.0.1 gpu"
- "2.1.0 gpu"
- "2.1.0 gpu"
tflow_variant:
- "gpu"
- "gpu"
- "gpu"
py_version:
- 2.7
- 3.5
- 3.6
zip_keys:
- full_base_version
Expand Down

0 comments on commit bd36351

Please sign in to comment.