Skip to content

Conversation

@umernaeem217
Copy link

This commit addresses issue #9 by adapting the scripts to the changes introduced in ipython 8, which disables the ipython_config.py trick to prevent potential Execution with Unnecessary Privileges. To mitigate this, the commit introduces the installation of an editable install using pip install -e . to make modules inside the source available to the notebook. Additionally, the scripts are updated to use systemctl for restarting, aligning with the changes in the latest SageMaker instances.

Fixes #9

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

This commit addresses issue aws-samples#9 by adapting the scripts to the changes introduced in ipython 8, which disables the ipython_config.py trick to prevent potential Execution with Unnecessary Privileges. To mitigate this, the commit introduces the installation of an editable install using `pip install -e .` to make modules inside the source available to the notebook. Additionally, the scripts are updated to use systemctl for restarting, aligning with the changes in the latest SageMaker instances.

Fixes aws-samples#9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing problems file and inference file

1 participant