Commit 06a00d4
authored
fix: use format strings intead of os.path.join for Unix paths for Processing Jobs (#1435)
When using the Python SDK to construct paths for Docker containers,
no matter what the user's platform is, we still expect the
Docker container to use Ubuntu (since that's what all the
prebuilt SageMaker images use).1 parent dba0ef9 commit 06a00d4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
| 498 | + | |
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
| |||
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
511 | | - | |
| 511 | + | |
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
| |||
0 commit comments