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

docker-compose.yml 516 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
  1. version: "3.8"
  2. services:
  3. clearbox-wrapper-launcher:
  4. command: sh -c "conda run --no-capture-output -n wrapper_launcher uvicorn main:app --host 0.0.0.0 --port 8000"
  5. build:
  6. context: .
  7. dockerfile: Dockerfile
  8. # x-aws-pull_credentials: your-arn-for-your-secret # <<<your arn for your secret you can get with docker ecs secret list>>>
  9. # image: 634685489196.dkr.ecr.eu-central-1.amazonaws.com/cbw-launcher:latest # Replace your-docker-hub-username before deploying
  10. ports:
  11. - 8000:8000
Tip!

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

Comments

Loading...