Update pwnagotchi.yml

This commit is contained in:
scifijunk 2021-12-06 14:52:44 -06:00 committed by GitHub
parent 7769f249f9
commit ba8f3bc4be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,9 +261,9 @@
- name: install tensorflow - name: install tensorflow
pip: pip:
name: "https://www.piwheels.org/simple/tensorflow/tensorflow-1.13.1-cp37-none-linux_armv6l.whl" name: "https://www.piwheels.org/simple/tensorflow/tensorflow-1.14.0-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.13.1') when: (pip_packages['tensorflow'] is undefined) or (pip_packages['tensorflow'] != '1.14.0')
- name: install pwnagotchi wheel and dependencies - name: install pwnagotchi wheel and dependencies
pip: pip: