tgi-entrypoint.sh 135 Bytes
Newer Older
jixx's avatar
init  
jixx committed
1
2
3
4
#!/bin/bash

ldconfig 2>/dev/null || echo 'unable to refresh ld cache, not a big deal in most cases'

jixx's avatar
jixx committed
5
exec text-generation-launcher $@