mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00
35 lines
797 B
Plaintext
35 lines
797 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'Tensorflow'
|
|
version = '1.6.0rc0'
|
|
versionsuffix = '-CUDA-9.0.176'
|
|
|
|
homepage = 'https://www.tensorflow.org/'
|
|
description = "An open-source software library for Machine Intelligence"
|
|
|
|
toolchain = {'name': 'Py', 'version': '3.6'}
|
|
|
|
#source_urls = ['https://pypi.python.org/packages/1f/38/c255432f18005362dd2459e3bff2b2411eb7d02ca09fa20ee1dd1311f69f/']
|
|
sources = [
|
|
'tensorflow-%(version)s-cp36-cp36m-linux_x86_64.whl',
|
|
]
|
|
|
|
dependencies = [
|
|
('cuDNN', '7.0.5', '-CUDA-9.0.176', True),
|
|
('numpy', '1.13.3'),
|
|
('protobuf-python', '3.5.1'),
|
|
('absl-py', '0.1.10'),
|
|
]
|
|
|
|
use_pip = True
|
|
unpack_sources = False
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/tensorboard'],
|
|
'dirs': ['lib/python3.6/site-packages'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|