Spaces:
Runtime error
Runtime error
Update entrypoint.sh.template
Browse files- entrypoint.sh.template +1 -1
entrypoint.sh.template
CHANGED
|
@@ -13,7 +13,7 @@ text-generation-launcher --model-id czearing/article-title-generator --num-shard
|
|
| 13 |
curl --retry 60 --retry-delay 10 --retry-connrefused http://127.0.0.1:8090/health
|
| 14 |
|
| 15 |
# Start the chat-ui process
|
| 16 |
-
export PUBLIC_VERSION="
|
| 17 |
dotenv -e /app/.env.local -e /app/.env -c -- pm2 start /app/build/index.js -i $CPU_CORES --no-daemon &
|
| 18 |
rm -f /app/.env.local -e /app/.env
|
| 19 |
|
|
|
|
| 13 |
curl --retry 60 --retry-delay 10 --retry-connrefused http://127.0.0.1:8090/health
|
| 14 |
|
| 15 |
# Start the chat-ui process
|
| 16 |
+
export PUBLIC_VERSION="2.0"
|
| 17 |
dotenv -e /app/.env.local -e /app/.env -c -- pm2 start /app/build/index.js -i $CPU_CORES --no-daemon &
|
| 18 |
rm -f /app/.env.local -e /app/.env
|
| 19 |
|