Spaces:
Sleeping
Sleeping
VenkateshRoshan
commited on
Commit
·
c0bebc6
1
Parent(s):
3b69152
Automation Script Added
Browse files
setup.sh
CHANGED
@@ -63,9 +63,6 @@ $SSH_CONNECTION "git clone $GIT_REPO_PATH"
|
|
63 |
|
64 |
# Activate the virtual environment
|
65 |
# ssh -i "$old_ssh_key_name" -p "$PORT" "$USER@$HOST" "source $VENV/bin/activate && sudo apt install ffmpeg && cd MLOPs-CaseStudy1 && pip install -r requirements.txt"
|
66 |
-
$SSH_CONNECTION "source $VENV/bin/activate && sudo apt install ffmpeg && cd MLOPs-CaseStudy1 && pip install -r requirements.txt"
|
67 |
|
68 |
-
#
|
69 |
-
$SSH_CONNECTION "source $VENV/bin/activate && cd MLOPs-CaseStudy1 && python3 app.py"
|
70 |
-
|
71 |
-
# The URL Path : rcpaffenroth-23.dyn.wpi.edu:8013 (Gradio Port (8000) + Group Number(13) )
|
|
|
63 |
|
64 |
# Activate the virtual environment
|
65 |
# ssh -i "$old_ssh_key_name" -p "$PORT" "$USER@$HOST" "source $VENV/bin/activate && sudo apt install ffmpeg && cd MLOPs-CaseStudy1 && pip install -r requirements.txt"
|
66 |
+
$SSH_CONNECTION "source $VENV/bin/activate && sudo apt install ffmpeg && cd MLOPs-CaseStudy1 && pip install -r requirements.txt && python3 ap.py"
|
67 |
|
68 |
+
# The URL Path : paffenroth-23.dyn.wpi.edu:8013 (Gradio Port (8000) + Group Number(13) )
|
|
|
|
|
|