-
Notifications
You must be signed in to change notification settings - Fork 1
How to run RACE Instance
Do Le Long An edited this page Aug 6, 2024
·
4 revisions
After you have SSH'ed to the RACE Instance, on the terminal, run the following commands:
-
Change directory to /MedVoice-FastAPI
cd ~/MedVoice-FastAPI
-
Activate the virtual environment
source venv/bin/activate
-
Checkout to the
MVC-131-race
branchgit checkout MVC-131-race
-
Run the server
poe compose2