About 50 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. python - How to increase AWS Sagemaker invocation time out while ...

    How to increase AWS Sagemaker invocation time out while waiting for a response Asked 5 years, 3 months ago Modified 5 years, 1 month ago Viewed 31k times

  3. python 3.x - get_execution_role () sagemaker: UnknownServiceError ...

    Jan 6, 2023 · Upgrade your boto3 installation in your notebook by running this - %pip install --upgrade boto3. Once that's upgraded, restart your kernel and run the cells above, it should work as expected. …

  4. 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 …

  5. Is it possible to use docker commands in Sagemaker Studio

    May 14, 2023 · It is not possible to install docker in the SageMaker Studio. Is there a way to install and use it? $ sudo yum install docker Loaded plugins: ovl, priorities No package docker available.

  6. 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 …

  7. AWS SageMaker Endpoint Failed. Reason: The primary container for ...

    Dec 10, 2021 · I am using the example from the notebooks to create and deploy an endpoint to AWS SageMaker Cloud. I have passed all the checks locally and when I attempt to deploy the endpoint I …

  8. 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 …

  9. Getting " [Errno 28] No space left on device" on AWS SageMaker with ...

    Jun 7, 2021 · I am running a notebook instance on Amazon Sagemaker and my understanding is that notebooks by default have 5GB of storage. I am running into [Errno 28] No space left on device on a …

  10. How to add additional files in Sagemaker Pipeline Processing Step

    Nov 23, 2022 · The answer is similar to that of the question "How to install additional packages in sagemaker pipeline". Within the specified folder, there must be the script (in your case …