Last active
March 10, 2021 11:14
-
-
Save PatrickKalkman/cafa9a9cf80a21731d5f57a3145f4100 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