Skip to content

Commit 59c7ae6

Browse files
committed
Update delta_lake_bring_your_own_container_local_processing.py
1 parent b24bfb9 commit 59c7ae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

delta_lake_bring_your_own_container_local_processing/delta_lake_bring_your_own_container_local_processing.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# pip install 'sagemaker[local]'
99
# 2. Docker Desktop has to be installed on your computer, and running.
1010
# 3. Open terminal and run the following commands:
11-
# docker build -t sagemaker-delta-lake-processing-local container/.
11+
# docker build -t sagemaker-delta-sharing-processing-local container/.
1212
########################################################################################################################
1313

1414
from sagemaker.local import LocalSession
@@ -24,7 +24,7 @@
2424
role = 'arn:aws:iam::111111111111:role/service-role/AmazonSageMaker-ExecutionRole-20200101T000001'
2525

2626
processor = ScriptProcessor(command=['python3'],
27-
image_uri='sagemaker-delta-lake-processing-local',
27+
image_uri='sagemaker-delta-sharing-processing-local',
2828
role=role,
2929
instance_count=1,
3030
instance_type='local')

0 commit comments

Comments
 (0)