About 5,650,000 results
Open links in new tab
  1. Loading custom conda envs not working in SageMaker

    Aug 23, 2021 · I have installed miniconda on my AWS SageMaker persistent EBS instance. Here is my starting script: #!/bin/bash set -e # OVERVIEW # This script installs a custom, persistent installation …

  2. Where are files located in Sagemaker Studio? - Stack Overflow

    Jun 5, 2023 · SageMaker Studio is, in essence, just a theme for Jupyter with a few added features. In the below diagram, you can see that your Studio interface and files are hosted by the " JupyterServer …

  3. How to mount an EFS volume on AWS Sagemaker Studio

    Aug 7, 2020 · Workaround: Instead of mounting your old EFS, you can mount the SageMaker studio EFS onto an EC2 instance, and copy over the data manually. You would need the correct EFS …

  4. amazon web services - AWS SageMaker - Stack Overflow

    Dec 6, 2020 · SageMaker will inject the directory where your model files and sub-directories, saved by save, have been mounted. Your model function should return a model object that can be used for …

  5. How to properly connect AWS SageMaker studio instance to …

    Mar 21, 2025 · I am trying to connect an OpenSearch domain to the code editor running in SageMaker AI. I have created the OpenSearch instance in the same VPC and subnet, than the SageMaker …

  6. Retrieve Sagemaker Model from Model Registry in Sagemaker Pipelines

    Jun 8, 2022 · I am implementing inference pipeline via AWS Sagemaker Pipelines with Python SDK. I have a Model Package Group in Model Registry and I want to use the latest approved model version …

  7. Is it possible to "apt install" in SageMaker Studio Lab?

    Dec 2, 2021 · 0 sudo apt install <package> does indeed work now in a SageMaker Studio terminal (and consequently !sudo apt install <package> from the notebook). Apparently something has changed …

  8. AWS Sagemaker: Jupyter Notebook kernel keeps dying

    Jan 27, 2021 · I get disconnect every now and then when running a piece of code in Jupyter Notebooks on Sagemaker. I usually just restart my notebook and run all the cells again. However, I want to …

  9. use existing EC2 instance in sagemaker studio - Stack Overflow

    Jan 22, 2024 · Like a few other managed services, SageMaker might "run on EC2" in the sense of using the same underlying compute platform and (a subset of) matching instance types - but the instances …

  10. Automatically "stop" Sagemaker notebook instance after inactivity?

    Dec 4, 2018 · I have a Sagemaker Jupyter notebook instance that I keep leaving online overnight by mistake, unnecessarily costing money... Is there any way to automatically stop the Sagemaker …