Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 268 Bytes

File metadata and controls

15 lines (9 loc) · 268 Bytes

Flask server for REST endpoint

Option 1: Steps to run the server

Create a venv

Install from requirements.txt

Run the flask server

Option 2: Build the dockerfile

Start the container 'sudo docker container run --gpus all -d -p 5000:5000 <image_name>'