Skip to content

Instantly share code, notes, and snippets.

@Amit2016-17
Forked from PatrickKalkman/model_service.yaml
Created March 10, 2021 11:14
Show Gist options
  • Select an option

  • Save Amit2016-17/93b294a010e6ada868d5582191393a54 to your computer and use it in GitHub Desktop.

Select an option

Save Amit2016-17/93b294a010e6ada868d5582191393a54 to your computer and use it in GitHub Desktop.
model service definition in the docker compose yaml
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