mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
new file: t/Tensorflow/Tensorflow-1.1.0-CUDA-7.5.18-Python-3.6.1.eb
new file: t/Tensorflow/Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb
This commit is contained in:
parent
e5fdae36ea
commit
98663b7610
35
t/Tensorflow/Tensorflow-1.1.0-CUDA-7.5.18-Python-3.6.1.eb
Normal file
35
t/Tensorflow/Tensorflow-1.1.0-CUDA-7.5.18-Python-3.6.1.eb
Normal file
@ -0,0 +1,35 @@
|
||||
easyblock = 'PythonPackage'
|
||||
|
||||
name = 'Tensorflow'
|
||||
version = '1.1.0'
|
||||
versionsuffix = '-CUDA-7.5.18-Python-%(pyver)s'
|
||||
|
||||
homepage = 'https://www.tensorflow.org/'
|
||||
description = "An open-source software library for Machine Intelligence"
|
||||
|
||||
toolchain = {'name': 'dummy', 'version': ''}
|
||||
|
||||
pymaj = '3'
|
||||
pymin = '6'
|
||||
pymajmin = pymaj + pymin
|
||||
|
||||
#source_urls = ['https://pypi.python.org/packages/1f/38/c255432f18005362dd2459e3bff2b2411eb7d02ca09fa20ee1dd1311f69f/']
|
||||
sources = [
|
||||
'tensorflow-%(version)s-cp36-cp36m-linux_x86_64.whl',
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
('Python', '%s.%s.1' % (pymaj, pymin)),
|
||||
('cuDNN', '5.1', '-CUDA-7.5.18' ),
|
||||
('GCC', '4.9.3', '-tf'),
|
||||
]
|
||||
|
||||
use_pip = True
|
||||
unpack_sources = False
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['bin/tensorboard'],
|
||||
'dirs': ['lib/python%(pyshortver)s/site-packages'],
|
||||
}
|
||||
|
||||
moduleclass = 'lib'
|
35
t/Tensorflow/Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb
Normal file
35
t/Tensorflow/Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb
Normal file
@ -0,0 +1,35 @@
|
||||
easyblock = 'PythonPackage'
|
||||
|
||||
name = 'Tensorflow'
|
||||
version = '1.1.0'
|
||||
versionsuffix = '-CUDA-8.0.44-Python-%(pyver)s'
|
||||
|
||||
homepage = 'https://www.tensorflow.org/'
|
||||
description = "An open-source software library for Machine Intelligence"
|
||||
|
||||
toolchain = {'name': 'dummy', 'version': ''}
|
||||
|
||||
pymaj = '3'
|
||||
pymin = '6'
|
||||
pymajmin = pymaj + pymin
|
||||
|
||||
#source_urls = ['https://pypi.python.org/packages/1f/38/c255432f18005362dd2459e3bff2b2411eb7d02ca09fa20ee1dd1311f69f/']
|
||||
sources = [
|
||||
'tensorflow-%(version)s-cp36-cp36m-linux_x86_64.whl',
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
('Python', '%s.%s.1' % (pymaj, pymin)),
|
||||
('cuDNN', '5.1', '-CUDA-8.0.44' ),
|
||||
('GCC', '4.9.3', '-tf'),
|
||||
]
|
||||
|
||||
use_pip = True
|
||||
unpack_sources = False
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['bin/tensorboard'],
|
||||
'dirs': ['lib/python%(pyshortver)s/site-packages'],
|
||||
}
|
||||
|
||||
moduleclass = 'lib'
|
Loading…
x
Reference in New Issue
Block a user