Skip to main content

2 posts tagged with "docker"

View All Tags

Docker Launches AI Framework to Simplify Application Development

· 5 min read
Quentin De Bruyne
Student Odisee => Opleiding Bachelor Elektronica-ICT
Bronnen

Bron: artikel integraal overgenomen van Medium
Origineel auteur: Seifeddine Rajhi

dockerai

Docker, Inc. has announced At DockerCon 2023, with partners Neo4j, LangChain, and Ollama, that they launched a new framework aimed at simplifying the process of building applications infused with artificial intelligence (AI) using containers.

The framework, called Docker AI, provides developers with automated guidance and context-specific recommendations to help them define and troubleshoot all aspects of AI application development. Additionally, Docker has partnered with Neo4j, LangChain, and Ollama to create a GenAI Stack, which includes pre-configured Large Language Models (LLMs) and tools to streamline AI/ML integration, making it more accessible to developers.

With these initiatives, Docker aims to make AI application development a team sport, involving data scientists, data engineers, software engineers, and traditional developers.

Docker — Best Practices and Pro Tips for Writing Dockerfiles

· 9 min read
Brent De Bisschop
Student Odisee => Opleiding Bachelor Elektronica-ICT
Bronnen

Bron: artikel integraal overgenomen van DevOps Mojo
Origineel auteur: Ashish Patel

Production Pro Tips: Overview of best practices for writing Dockerfile.

docker-tips

Below is the list of recommended best practices and methods for building efficient images.

Build the smallest image possible.

Building a smaller image offers advantages such as faster upload and download times. This is important for the cold start time of a pod in Kubernetes: the smaller the image, the faster the node can download it.