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 327 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
13
14
  1. services:
  2. promptfoo_dev:
  3. build:
  4. context: ..
  5. dockerfile: ./.devcontainer/Dockerfile.dev
  6. volumes:
  7. - ..:/workspace:cached
  8. - promptfoo_cache:/home/node/.promptfoo/
  9. - promptfoo_npm_global:/home/node/.npm-global
  10. command: sleep infinity
  11. volumes:
  12. promptfoo_cache:
  13. promptfoo_npm_global:
Tip!

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

Comments

Loading...