File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 97
97
# list all Pipfile paths having Codeflare-SDK listed
98
98
# Extracting only directories from file paths, excluding a `.gitworkflow` and `.git` directory
99
99
# Extracting Intel directories as they are not supported in RHOAI
100
- directories+=($(grep --exclude-dir=.git --exclude-dir=.github --exclude-dir=intel --exclude-dir=jupyter/intel --include="Pipfile*" -rl "${package_name} = \"~=.*\"" | xargs dirname | sort | uniq))
100
+ # Removing tensorflow image TEMPORARILY until solution has been made for the tf2onnx package dependency resolution
101
+ directories+=($(grep --exclude-dir=.git --exclude-dir=.github --exclude-dir=intel --exclude-dir=tensorflow --exclude-dir=rocm-tensorflow --include="Pipfile*" -rl "${package_name} = \"~=.*\"" | xargs dirname | sort | uniq))
101
102
counter=0
102
103
total=${#directories[@]}
103
104
for dir in "${directories[@]}"; do
You can’t perform that action at this time.
0 commit comments