Rami Krispin

AI

Introduction to Multi-Stage Image Build for Python

This post introduces the Multi-Stage build approach for setting up a lightweight dockerized Python development environment. Rami Krispin · Follow Published in Towards Data Science · 9 min read · 9 hours ago — I never paid too much attention to the size of my images until I started deploying my code into Github Actions using containers. The math here is simple: the bigger the size of your container, the longer the load time is,

Read More »
AI

Setting A Dockerized Python Environment — The Elegant Way

This post provides a step-by-step guide for setting up a Python dockerized development environment with VScode and the Dev Containers extension. Rami Krispin · Follow Published in Towards Data Science · 9 min read · 8 hours ago — In the previous post on this topic, Setting A Dockerized Python Environment—The Hard Way, we saw how to set up a dockerized Python development environment via the command line interface (CLI). In this post, we will

Read More »
AI

Customizing RStudio Container with Docker Compose

A step-by-step guide for customizing and launching RStudio Server inside a container with Docker Compose Rami Krispin · Follow Published in Towards Data Science · 6 min read · 12 hours ago — In this post, we will review the steps of setting up a Docker-Compose workflow to launch an RStudio Server inside a container. We will introduce the Docker Compose settings process and discuss when you should consider using it. Last but not least,

Read More »