Skip to content
Snippets Groups Projects
Commit 6db5e58f authored by Daniel Müller's avatar Daniel Müller :speech_balloon:
Browse files

Execute tf install with bash

parent c9053859
No related branches found
No related tags found
No related merge requests found
......@@ -36,5 +36,5 @@
when: "tfinstalled.rc != 0"
- name: Download and install prebuilt tensorflow wheel
shell: ". /home/{{ target_user }}/.ml-venv/bin/activate && sh /tmp/tensorflow-install.sh"
shell: ". /home/{{ target_user }}/.ml-venv/bin/activate && bash /tmp/tensorflow-install.sh"
when: "tfinstalled.rc != 0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment