We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227d4ac commit 2f4300bCopy full SHA for 2f4300b
src/sagemaker/serve/model_server/triton/model.py
@@ -13,10 +13,6 @@
13
14
logger = logging.getLogger(__name__)
15
16
-# Otherwise it will complain SSL: CERTIFICATE_VERIFY_FAILED
17
-# When trying to download models from torchvision
18
-ssl._create_default_https_context = ssl._create_unverified_context
19
-
20
TRITON_MODEL_DIR = os.getenv("TRITON_MODEL_DIR")
21
22
0 commit comments