Skip to content

Commit

Permalink
Add export DEBIAN_FRONTEND noninteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
seokho-son authored Feb 27, 2024
1 parent e16bcb0 commit f4d4116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/usecases/llm/startServer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fi

# Step 2: Update system and install Python3-pip
echo "[$SERVICE_NAME] Updating system and installing Python3-pip..."
export DEBIAN_FRONTEND=noninteractive
sudo apt-get update > /dev/null
sudo apt-get install -y python3-pip python3-venv jq > /dev/null

Expand Down

0 comments on commit f4d4116

Please sign in to comment.