DrJeckyl
DrJeckyl
I ended up doing the same thing @jmahlik. I forked the code, refactored to my needs and built all the pre-requisites into a custom image for sagemaker studio. Then a...
No @ivan-khvostishkov - We use a code pipeline with internet access when building the custom images. However, a lifecycle config is needed to set the Owner tags when a kernel...
Our team has the same restrictions. What we did was download the debian packages as outlined in https://docs.docker.com/engine/install/ubuntu/#install-from-a-package and store them in S3. Then we created a lifecycle config to...
This is also an important feature for my teams. We are running in VPC only and the default notebook IDE is not great. Being able to run the VSCode server...