Is it possible to deploy locally an endpoint without any connection with s3?
With local code, and local instance, i can not get it work.
I look at the following code, and it seems that even if i have local_code, if the repack value is True, it will try to upload to s3 the repacked artefacts.
Is it possible to deploy locally an endpoint without any connection with s3?
With local code, and local instance, i can not get it work.
I look at the following code, and it seems that even if i have local_code, if the repack value is True, it will try to upload to s3 the repacked artefacts.
sagemaker-python-sdk/src/sagemaker/model.py
Line 1117 in c4d71f5