aboutsummaryrefslogtreecommitdiffstats
path: root/science/linux-ai-ml-env/files/ai-ml-env-bash.in
blob: cae2b877705b9a041bbd8f0c06b652814a2f0e30 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

export LD_PRELOAD=%%LINUXBASE%%/usr/share/ai-ml-env/dummy-uvm.so
export SSL_CERT_FILE=%%LINUXBASE%%/usr/lib/python3.9/site-packages/certifi/cacert.pem

exec %%LINUXBASE%%/usr/bin/bash $*