- Open the SageMaker Studio: File > New Launcher
- Select the SageMaker image (TensorFlow CPU)
- Select Image Terminal
- Run the command bellow to create the swift kernel env
git clone https://github.com/robipresotto/swiftKernel.git && \
cd swiftKernel && \
bash run.sh
- The kernel isn't persisted when the SageMaker image hosting the kernel is shutdown. To re-create the kernel for a new session run the command bellow:
conda env create --file ~/swiftKernel.yml