Skip to content

Commit aaeee36

Browse files
author
Jonathan Makunga
committed
Add TEI Serving
1 parent 0f36bb2 commit aaeee36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sagemaker/serve/mode/local_container_mode.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ def _pull_image(self, image: str):
226226
logger.warning("Unable to login to ecr: %s", e)
227227

228228
self.client = docker.from_env()
229+
print(self.client.images.list())
229230
try:
230231
logger.info("Pulling image %s from repository...", image)
231232
self.client.images.pull(image)

0 commit comments

Comments
 (0)