Skip to content

Commit

Permalink
fix: add python path
Browse files Browse the repository at this point in the history
  • Loading branch information
imotai committed Oct 20, 2023
1 parent c69deaa commit fb4246a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/start_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ chown -R octogen:octogen ${ROOT_DIR}/kernel/logs
chown -R octogen:octogen ${ROOT_DIR}/model_server/logs

cat <<EOF> /bin/start_service.sh
export PYTHONPATH=/home/octogen/.local/lib/python3.10/site-packages:$PYTHONPATH
if [ "$2" -eq 1 ]
then
if [ -z "$3" ]
Expand Down

0 comments on commit fb4246a

Please sign in to comment.