openvino_notebooks / .docker /stop-supervisord.sh
malvika2003's picture
Upload folder using huggingface_hub
db5855f verified
raw
history blame contribute delete
145 Bytes
#!/bin/bash
printf "READY\n";
while read line; do
echo "Processing Event: $line" >&2;
supervisorctl shutdown
done < /dev/stdin