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>'
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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>'