You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file uses sh to call build.sh which uses bash features that aren't available in sh. This causes issues when trying to compile on Ubuntu 19.10, GNU Make 4.2.1, and GNU bash, version 5.0.3(1)-release.
example: certifai-reference-models/finance_income_prediction/logisticRegression/Makefile
This file uses sh to call build.sh which uses bash features that aren't available in sh. This causes issues when trying to compile on Ubuntu 19.10, GNU Make 4.2.1, and GNU bash, version 5.0.3(1)-release.