https://github.com/ajithvcoder/torchserve_docer_flask_app
https://github.com/ajithvcoder/torchserve_docer_flask_app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajithvcoder/torchserve_docer_flask_app
- Owner: ajithvcoder
- License: mit
- Created: 2024-01-14T11:11:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T12:40:25.000Z (over 1 year ago)
- Last Synced: 2025-01-12T19:30:22.400Z (4 months ago)
- Language: Jupyter Notebook
- Size: 298 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Torchserve_docer_flask_app Integration
This repo tells how to use two different docker containers where flask runs in one container and torch serve runs in another container and make a connection between them using docker compose. (Deployed in AWS)
### Usage
- docker compose up
- docker compose down
### Visuvalization
- http://localhost:8085
### AWS Install docker
sudo apt-get update -y
sudo apt-get upgrade
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo usermod -aG docker ubuntu
newgrp docker
### Note
- Dont forget to terminate the EC2 instance