We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3f076 commit 951c53cCopy full SHA for 951c53c
jupyter/trustyai/ubi9-python-3.12/devel_env_setup.sh
@@ -205,6 +205,9 @@ if [[ $(uname -m) == "ppc64le" ]] || [[ $(uname -m) == "s390x" ]]; then
205
206
uv pip list
207
cd ${CURDIR}
208
+
209
+ # cleanup temporary build files
210
+ rm -rf ${TMP}
211
else
212
# only for mounting on non-ppc64le and non-s390x
213
mkdir -p /root/OpenBLAS/
jupyter/utils/install_pdf_deps.sh
@@ -38,3 +38,6 @@ curl -fL "https://github.com/jgm/pandoc/releases/download/3.7.0.2/pandoc-3.7.0.2
38
mkdir -p /usr/local/pandoc
39
tar xvzf /tmp/pandoc.tar.gz --strip-components 1 -C /usr/local/pandoc/
40
rm -f /tmp/pandoc.tar.gz
41
42
+# clean up /tmp
43
+rm -rf /tmp/* /tmp/.[!.]*
0 commit comments