Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 5677eb0

Browse files
committed
chore: add debug
1 parent bc3744a commit 5677eb0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docker/entrypoint.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44

55
echo "apiServerHost: 0.0.0.0" > /root/.cortexrc
66
echo "enableCors: true" >> /root/.cortexrc
7+
cat /root/.cortexrc > /root/after.txt
8+
9+
# Start the cortex server
10+
cortex start
711

812
# Install the engine
913
cortex engines install llama-cpp -s /opt/cortex.llamacpp
1014

11-
# Start the cortex server
12-
cortex start
1315
cortex engines list
1416

17+
1518
# Keep the container running by tailing the log files
1619
tail -f /root/cortexcpp/logs/cortex.log &
1720
tail -f /root/cortexcpp/logs/cortex-cli.log &

0 commit comments

Comments
 (0)