# custom service file
# model_handler.py
"""
ModelHandler defines a base model handler.
"""
This file contains 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
# This docker is based on: | |
# 1. https://github.com/dusty-nv/jetson-containers/blob/master/Dockerfile.ml for building OpenCV | |
# 2. https://github.com/microsoft/onnxruntime/blob/master/dockerfiles/Dockerfile.jetson for building onnxruntime | |
# Follow the below instructions before and after building this docker image: | |
# https://github.com/microsoft/onnxruntime/tree/master/dockerfiles#nvidia-jetson-tx1tx2nanoxavier | |
# syntax=docker/dockerfile:experimental | |
# | |
# This Dockerfile just installs pre-built ONNX Runtime wheel inside the image. |
This file contains 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 | |
# | |
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. | |
# | |
# NVIDIA Corporation and its licensors retain all intellectual property | |
# and proprietary rights in and to this software, related documentation | |
# and any modifications thereto. Any use, reproduction, disclosure or | |
# distribution of this software and related documentation without an express | |
# license agreement from NVIDIA Corporation is strictly prohibited. | |
# |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder