-
-
Save Amit2016-17/93b294a010e6ada868d5582191393a54 to your computer and use it in GitHub Desktop.
model service definition in the docker compose yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| model-service: | |
| image: x86_64/cassava-model-service:0.8.1 | |
| container_name: model-service | |
| environment: | |
| MODEL_NAME: saved_model | |
| networks: | |
| - pred-network |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment