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 215 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'
  2. services:
  3. predict:
  4. image: prediction-model
  5. build:
  6. context: .
  7. dockerfile: Dockerfile
  8. volumes:
  9. - /Users/annalie/Dev/gene-expressions/
  10. command: python ./predict.py
Tip!

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

Comments

Loading...