-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
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
| if repack: |