About 50 results
Open links in new tab
  1. 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.

  2. python - Sagemaker - No such file or directory - Stack Overflow

    Jul 28, 2022 · Sagemaker - No such file or directory Asked 3 years, 6 months ago Modified 3 years, 6 months ago Viewed 5k 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. 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 …

  5. I am trying to create AWS Sagemaker Pipeline. ClientError: An error ...

    Jun 13, 2022 · Then, I restarted the kernel of my sagemaker notebook through which I was creating and running the pipeline. It started working fine.

  6. Which is lower cost, Sagemaker or EC2? - Stack Overflow

    Sep 6, 2018 · Sagemaker (try to) provides a fully configured environment and computing power with a seamless deployment model for you to start training your model on day one If you look at …

  7. How to update an existing model in AWS sagemaker >= 2.0

    Sep 15, 2022 · In previous versions of sagemaker I could have updated the model with an extra argument passed to the .deploy() method called update_endpoint = True. In sagemaker >=2.0 this is …

  8. SageMaker sklearn model upload and endpoint creation failure

    May 5, 2023 · I trained a sklearn model and stored it as a .joblib file. This is a large model, about 13.5 gb big. You can download it here I want to upload this model to sagemaker ...

  9. Is there a need to create virtual environments inside SageMaker (given ...

    Feb 11, 2022 · Amazon SageMaker already comes with conda environments. In fact, SageMaker notebook instances are already separate conda environments. So, this begs the question (I think), …

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