fgerlits commented on a change in pull request #1047:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1047#discussion_r620412480
##########
File path: .github/workflows/ci.yml
##########
@@ -215,8 +215,14 @@ jobs:
sudo ln -s /usr/lib/x86_64-linux-gnu/odbc/libsqlite3odbc.so
/usr/lib/x86_64-linux-gnu/libsqlite3odbc.so
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
echo -e "127.0.0.1\t$HOSTNAME" | sudo tee -a /etc/hosts > /dev/null
+ docker pull lordgamez/tensorflow-cc-binaries:ubuntu-20.04
Review comment:
I don't know anything about tensorflow, but is there really no more
standard way to fetch these files than using your private docker image? For
example, using `pip` or some official tensorflow docker image?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]