Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
a1cef4d0
Unverified
Commit
a1cef4d0
authored
Aug 31, 2024
by
Daniel Hiltgen
Committed by
GitHub
Aug 31, 2024
Browse files
Add findutils to base images (#6581)
This caused missing internal files
parent
c41f0b9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
scripts/rh_linux_deps.sh
scripts/rh_linux_deps.sh
+2
-1
No files found.
scripts/rh_linux_deps.sh
View file @
a1cef4d0
...
...
@@ -30,7 +30,7 @@ if grep -i "centos" /etc/system-release >/dev/null; then
dnf
install
-y
rh-git227-git
ln
-s
/opt/rh/rh-git227/root/usr/bin/git /usr/local/bin/git
fi
dnf
install
-y
devtoolset-10-gcc devtoolset-10-gcc-c++ pigz
dnf
install
-y
devtoolset-10-gcc devtoolset-10-gcc-c++ pigz
findutils
elif
grep
-i
"rocky"
/etc/system-release
>
/dev/null
;
then
# Temporary workaround until rocky 8 AppStream ships GCC 10.4 (10.3 is incompatible with NVCC)
cat
<<
EOF
> /etc/yum.repos.d/Rocky-Vault.repo
...
...
@@ -45,6 +45,7 @@ EOF
dnf
install
-y
git
\
gcc-toolset-10-gcc-10.2.1-8.2.el8
\
gcc-toolset-10-gcc-c++-10.2.1-8.2.el8
\
findutils
\
pigz
else
echo
"ERROR Unexpected distro"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment