File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 9797 # list all Pipfile paths having Codeflare-SDK listed
9898 # Extracting only directories from file paths, excluding a `.gitworkflow` and `.git` directory
9999 # 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))
101102 counter=0
102103 total=${#directories[@]}
103104 for dir in "${directories[@]}"; do
You can’t perform that action at this time.
0 commit comments