About 946,000 results
Open links in new tab
  1. 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 …

  2. 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. Error: …

  3. Download an entire folder from AWS sagemaker to laptop

    Feb 28, 2019 · I have a folder with predicted masks on AWS Sagemaker. ( It has 4 folders inside it and lot of files inside those folders. ) I want to download the entire folder to my laptop.

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

  5. Load S3 Data into AWS SageMaker Notebook - Stack Overflow

    Jan 15, 2018 · I've just started to experiment with AWS SageMaker and would like to load data from an S3 bucket into a pandas dataframe in my SageMaker python jupyter notebook for analysis. I could …

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

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

  8. How do I use Python 3.8+ in AWS Sagemaker? - Stack Overflow

    Mar 7, 2010 · I am using a Sagemaker Notebook Instance and created custom kernels for Python 3.8 and 3.9. I can select these kernels in my Notebook, but when I run sys.version, it shows 3.7.10 | …

  9. how to link s3 bucket to sagemaker notebook - Stack Overflow

    Aug 15, 2018 · I want to read the s3 bucket in a sagemaker notebook instance without having to download the hard disk. Can I get help with that?

  10. How to connect to a git repo and run git commands in sagemaker …

    Mar 29, 2023 · I have set up a sagemaker studio , opened a terminal and cloned a project from gitlab repo, over https. git clone https://somegilaburl/project I dont' have access to save ssh keys, so i want …