File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
labextension/sagemaker_studio_docker_ui/package/lib/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export class SdockerPanel extends React.Component {
5050 method : "POST" ,
5151 } ) ;
5252 console . log ( reply ) ;
53- this . addAlert ( { message : `Creating new docker host - instance will appear once it is healthy, might take few minutes` , wait 15000 } ) ;
53+ this . addAlert ( { message : `Creating new docker host - instance will appear once it is healthy, might take few minutes` , wait : 15000 } ) ;
5454 }
5555 catch ( reason ) {
5656 console . error ( `Error on POST /docker-host/create_host ${ dataToSend } .\n${ reason } ` ) ;
Original file line number Diff line number Diff line change 1616 tar -czvf sagemaker_studio_docker_ui_extension.tar.gz --exclude=.* sagemaker-studio-docker-ui-extension/
1717 PACKAGE=sagemaker_studio_docker_ui_extension.tar.gz
1818else
19- PACKAGE=https://github.com/aws-samples/sagemaker-studio-docker-ui-extension/releases/download/v0.1.0 /sagemaker_studio_docker_ui_extension.tar.gz
19+ PACKAGE=https://github.com/aws-samples/sagemaker-studio-docker-ui-extension/releases/download/JL1 /sagemaker_studio_docker_ui_extension.tar.gz
2020fi ;
2121
2222pip install $PACKAGE
You can’t perform that action at this time.
0 commit comments