Update pwnagotchi.yml

This commit is contained in:
scifijunk 2021-12-06 20:30:21 -06:00 committed by GitHub
parent be6c55a8cf
commit bb31085a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,7 +261,7 @@
- name: install tensorflow - name: install tensorflow
pip: pip:
name: "https://www.piwheels.org/simple/tensorflow/tensorflow-1.14.0-cp37-none-linux_armv6l.whl" name: "https://www.piwheels.org/simple/tensorflow/tensorflow-1.13.1-cp37-none-linux_armv6l.whl"
extra_args: "--no-deps --no-cache-dir --platform=linux_armv6l --only-binary=:all: --target={{ pip_target.stdout }}" extra_args: "--no-deps --no-cache-dir --platform=linux_armv6l --only-binary=:all: --target={{ pip_target.stdout }}"
when: (pip_packages['tensorflow'] is undefined) or (pip_packages['tensorflow'] != '1.14.0') when: (pip_packages['tensorflow'] is undefined) or (pip_packages['tensorflow'] != '1.14.0')