-
-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathentrypoint-lite.sh
More file actions
19 lines (17 loc) · 1.61 KB
/
entrypoint-lite.sh
File metadata and controls
19 lines (17 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
export FIRESHARE_LITE=true
export TRANSCODE_GPU=false
echo ""
echo " ███████╗██╗██████╗ ███████╗███████╗██╗ ██╗ █████╗ ██████╗ ███████╗"
echo " ██╔════╝██║██╔══██╗██╔════╝██╔════╝██║ ██║██╔══██╗██╔══██╗██╔════╝"
echo " █████╗ ██║██████╔╝█████╗ ███████╗███████║███████║██████╔╝█████╗ "
echo " ██╔══╝ ██║██╔══██╗██╔══╝ ╚════██║██╔══██║██╔══██║██╔══██╗██╔══╝ "
echo " ██║ ██║██║ ██║███████╗███████║██║ ██║██║ ██║██║ ██║███████╗"
echo " ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝"
echo " ─────────────────── Lite Edition ─────────────────────────────────────"
echo ""
echo " ▸ GPU transcoding is disabled in this image"
echo " ▸ CPU transcoding is supported"
echo " ▸ Switch to the standard image to enable GPU transcoding"
echo ""
exec bash /entrypoint.sh