Skip to content

Commit

Permalink
Runpod updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Jun 24, 2023
1 parent 352e9f4 commit 40108a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,8 @@ if [[ "$OSTYPE" == "lin"* ]]; then
echo " "
if [ "$RUNPOD" = true ]; then
bash apt update -y && apt install -y python3-tk
bash python -m venv venv
source "$DIR/venv/bin/activate"
else
echo "sudo apt update -y && sudo apt install -y python3-tk"
fi
Expand Down

0 comments on commit 40108a3

Please sign in to comment.