Skip to content

Commit

Permalink
WIP: change tensorflow to tensorflow-cpu in install and add tf versio…
Browse files Browse the repository at this point in the history
…n log

Signed-off-by: Attila Vamos <[email protected]>
  • Loading branch information
AttilaVamos committed Jan 29, 2025
1 parent 33a982f commit 13ce43d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bundleTest-thor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,12 @@ jobs:
- name: Install ML Dependencies
shell: "bash"
continue-on-error: true
run: |
sudo apt install libsvm-dev libsvm-tools
sudo pip install tensorflow numpy keras
sudo pip install tensorflow-cpu numpy keras
echo "Tensorflow version: $(python3 -c 'import tensorflow as tf; print(tf.__version__)')"
- name: Start HPCC-Platform
shell: "bash"
Expand Down

0 comments on commit 13ce43d

Please sign in to comment.