Created
May 23, 2021 14:13
-
-
Save sofianhamiti/83b9e3f40a58777de768eca93abc99dc to your computer and use it in GitHub Desktop.
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
| #!/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