Skip to content

Instantly share code, notes, and snippets.

@sofianhamiti
Created May 23, 2021 14:13
Show Gist options
  • Save sofianhamiti/83b9e3f40a58777de768eca93abc99dc to your computer and use it in GitHub Desktop.
Save sofianhamiti/83b9e3f40a58777de768eca93abc99dc to your computer and use it in GitHub Desktop.
#!/bin/bash
## GET MODELS FROM S3 INTO THE /TMP FOLDER
aws s3 sync ${MODEL_REPOSITORY} /tmp/model_repository
# RUN TRITON
/opt/tritonserver/bin/tritonserver --model-repository=/tmp/model_repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment