Add exec bash to entrypoint.sh to keep container running after being booted. (#9471)

* add bigdl-llm-init

* boot bash
This commit is contained in:
Lilac09 2023-11-15 16:09:16 +08:00 committed by GitHub
parent 170e0072af
commit 13f6eb77b4

View file

@ -198,3 +198,5 @@ else
fi
fi
exec /usr/bin/bash -s -- "bash"