Skip to content

Commit

Permalink
More updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Jan 18, 2024
1 parent a1daa77 commit c5927c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pre_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
sync_apps() {
# Sync venv to workspace to support Network volumes
echo "Syncing venv to workspace, please wait..."
rsync ---remove-source-files -rlptDu /venv/ /workspace/venv/
rsync --remove-source-files -rlptDu /venv/ /workspace/venv/

# Sync Oobabooga Text Generation Web UI to workspace to support Network volumes
echo "Syncing Oobabooga Text Generation Web UI to workspace, please wait..."
Expand Down

0 comments on commit c5927c2

Please sign in to comment.