Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

Makefile 358 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
  1. create_ls_backend:
  2. @echo ">>> Setting up local Docker container with LS ML backend for YOLOv8 segmentation, with NGrok for port forwarding"
  3. cd ls_backend && docker-compose up --build --detach
  4. ngrok http 9090
  5. remove_ls_backend:
  6. cd ls_backend && docker-compose down
  7. @echo ">>> YOLOv8 container down, please exit the ngrok instance through the terminal."
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...