Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.06 KB

04_deploy_fib.md

File metadata and controls

34 lines (27 loc) · 1.06 KB

ToDo:

  • [x]

Private cloud Virtech setup: How to deploy ML models in a private cloud VM (Virtech)?

  1. Get a VM.
  1. Connect to the VM from local machine.
  • Type ifconfig to get ip of your VM
  • In your local machine you can connect to your VM via SSH:

Get public IP.

SSH connection.

  1. Clone repository. See 03_deploy_general.md: Step 4
  2. Set Up the Environment. See 03_deploy_general.md: Step 5
  3. Run the API. See 03_deploy_general.md: Step 6
  4. Access the API. See 03_deploy_general.md: Step 7