Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex DataSphere
  • Getting started
    • About Yandex DataSphere
    • DataSphere resource relationships
    • Communities
    • Cost management
    • Project
    • Computing resource configurations
      • Overview
      • Secrets
      • Docker images
      • Datasets
      • Yandex Data Processing templates
      • S3 connectors
      • Spark connectors
      • Models
      • Fine-tuned foundation models
      • File storages
    • Foundation models
    • Quotas and limits
    • Special terms for educational institutions
  • Terraform reference
  • Audit Trails events
  • Access management
  • Pricing policy
  • Public materials
  • Release notes
  1. Concepts
  2. Resources
  3. Docker images

Docker images

Written by
Yandex Cloud
Updated at July 9, 2024

You can set up a DataSphere project environment on your own by using a Docker image with any software, libraries, environment variables, and configuration files. The Docker image you apply to your project will be used when running code in all its notebooks.

You cannot change Docker images after you create them.

Like other DataSphere resources, a Docker image can be published in a community and used in multiple projects. To do this, you need at least the Editor role in the project and the Developer role in the community in which you want to publish it. You can open the access on the Access tab on the Docker image view page. The resource available to the community will appear on the community page under Community resources.

For more information about working with Docker images, see Working with Docker images.

Docker image requirementsDocker image requirements

For a Docker image to run and work correctly in DataSphere, it must include:

  • Python 3.8, 3.9, 3.10, or 3.11 installation
  • Pip installation
  • --uid 1000 jupyter user

Tip

The Docker Hub image library limits anonymous mode. If, while building a Docker image, the basic image is not pulled or is being pulled too slowly, change your project's IP address. To do this:

  • Create a subnet.
  • Create an egress NAT gateway.
  • Create a service account with the vpc.user role.
  • In the project settings, add the subnet and service account.

You can also use basic images from other libraries.

Note

The Docker image templates available in DataSphere already meet these requirements. If you are downloading an image from a third-party source or writing your own, include the required commands.

See alsoSee also

  • Working with Docker images

Was the article helpful?

Previous
Secrets
Next
Datasets
© 2025 Direct Cursus Technology L.L.C.