Skip to content

Commit 51e9f0f

Browse files
committed
Update deep_java_library_bring_your_own_container_serving_local_mode.py
1 parent f76063b commit 51e9f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deep_java_library_bring_your_own_container_serving_local_mode/deep_java_library_bring_your_own_container_serving_local_mode.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def main():
4040
print(
4141
'Note: if launching for the first time in local mode, container image download might take a few minutes to complete.')
4242

43-
endpoint = model.deploy(
43+
model.deploy(
4444
initial_instance_count=1,
4545
instance_type='local',
4646
endpoint_name=endpoint_name

0 commit comments

Comments
 (0)