python.pkgs.tensorflow: cleanup binary build
This commit is contained in:
5
pkgs/development/python-modules/tensorflow/prefetcher.sh
Normal file → Executable file
5
pkgs/development/python-modules/tensorflow/prefetcher.sh
Normal file → Executable file
@@ -1,7 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
version=1.14.0
|
||||
hashfile=tf${version}-hashes.nix
|
||||
hashfile=binary-hashes.nix
|
||||
rm -f $hashfile
|
||||
echo "{" >> $hashfile
|
||||
echo "version = \"$version\";" >> $hashfile
|
||||
for sys in "linux" "mac"; do
|
||||
for tfpref in "cpu/tensorflow" "gpu/tensorflow_gpu"; do
|
||||
for pykind in "py2-none-any" "py3-none-any" "cp27-none-linux_x86_64" "cp35-cp35m-linux_x86_64" "cp36-cp36m-linux_x86_64" "cp37-cp37m-linux_x86_64"; do
|
||||
|
||||
Reference in New Issue
Block a user