Join us

heart Posts from the community tagged with docker...
Sponsored Link
@faun shared a link, 1 year, 1 month ago

The art and science of developing intelligent apps with OpenAI GPT-3, DALL·E 2, CLIP, and Whisper.

Explore the fascinating world of Artificial Intelligence and solve real-world problems!

In this practical guide, you will build intelligent real-world applications using GPT-3, DALL-E, Whisper, CLIP, and more tools from the OpenAI and ML ecosystem.

Rest assured, you don't need to be a data scientist or machine learning engineer to follow this guide!

The art and science of developing intelligent apps with OpenAI GPT-3, DALL·E 2, CLIP, and Whisper.
Story
@devgraph shared a post, 2 years, 7 months ago
Devgraph

Building a Vagrant Box: Setting up your Environment

So, you want to set up a virtual development environment. But before you begin, here is a detailed guide on how to utilize the vagrant box and virtual machine.

Vagrantbox
Story
@sowmenrahman shared a post, 2 years, 11 months ago
Junior Software Engineer, Arcade Studios

Blue/Green deployment strategy

Canary deployment strategy also known as blue/green deployment, is an industry standard protocol for deployment with zero downtime by utilizing two separate environments and switching during source code updates or rollbacks. Canary deployments have a lot of advantages when it comes to multi-server configuration and aids in technical cases like version rollbacks, and a/b testing.

Canary deployments
Link
@niels_claeys shared a link, 6 months, 1 week ago
Data engineer, Data Minded

How we reduced our docker build times by 40%

This blogpost describes two ways to speed up building your Docker images: caching build info remotely and using the new link option when copying files

How we reduced our docker build times by 40%