Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 386 Bytes

File metadata and controls

17 lines (13 loc) · 386 Bytes

Initial build setup

Let us have a separate virtual environment for our development.

$ sudo apt install python3-venv
$ python3 -m venv webappenv
$ source ./webapp/bin/activate

Clone the repo and install the dependencies.

$ git clone https://github.com/bigvisionai/pytorch-web-app-deploy-azure
$ cd pytorch-web-app-deploy-azure
$ pip install -r requirements.txt