Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tensorflow 2.7.0 (+ other improvements) #176

Closed
wants to merge 11 commits into from
80 changes: 50 additions & 30 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 16 additions & 10 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ libprotobuf:
- '3.18'
nccl:
- '2'
numpy:
- '1.18'
openssl:
- 1.1.1
pin_run_as_build:
Expand Down Expand Up @@ -67,5 +69,7 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ libprotobuf:
- '3.18'
nccl:
- '2'
numpy:
- '1.18'
openssl:
- 1.1.1
pin_run_as_build:
Expand Down Expand Up @@ -67,5 +69,7 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ libprotobuf:
- '3.18'
nccl:
- '2'
numpy:
- '1.19'
openssl:
- 1.1.1
pin_run_as_build:
Expand Down Expand Up @@ -67,5 +69,7 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
zlib:
- '1.2'
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '10.2'
cudnn:
- '7'
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-cuda:10.2
giflib:
- '5.2'
grpc_cpp:
- '1.42'
icu:
- '69'
jpeg:
- '9'
libcurl:
- '7'
libpng:
- '1.6'
libprotobuf:
- '3.18'
nccl:
- '2'
numpy:
- '1.21'
openssl:
- 1.1.1
pin_run_as_build:
jpeg:
max_pin: x
libcurl:
max_pin: x
libpng:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
sqlite:
max_pin: x
zlib:
max_pin: x.x
python:
- 3.10.* *_cpython
snappy:
- '1'
sqlite:
- '3'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cudnn
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ libprotobuf:
- '3.18'
nccl:
- '2'
numpy:
- '1.18'
openssl:
- 1.1.1
pin_run_as_build:
Expand Down Expand Up @@ -67,5 +69,7 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ libprotobuf:
- '3.18'
nccl:
- '2'
numpy:
- '1.18'
openssl:
- 1.1.1
pin_run_as_build:
Expand Down Expand Up @@ -67,5 +69,7 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ libprotobuf:
- '3.18'
nccl:
- '2'
numpy:
- '1.19'
openssl:
- 1.1.1
pin_run_as_build:
Expand Down Expand Up @@ -67,5 +69,7 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
zlib:
- '1.2'
Loading