不使用 docker-desktop 怎么启用 docker 和 docker buildkit

在 macOS 上,Docker Desktop 是一个非常流行的选择,但它并不是唯一的方案。如果你不想使用 Docker Desktop,或者希望寻找一个更轻量级的替代方案,Colima 是一个不错的选择。Colima 是一个用于 macOS 和 Linux 的容器运行时管理工具,它提供了极简的设置流程,同时支持多种容器运行时,包括 Docker 和 Kubernetes。本文将介绍如何使用 Colima 启用 Docker 和 Docker BuildKit,让你在不依赖 Docker Desktop 的情况下,也能高效地进行容器开发。 (more…)

A simple workflow to create a clean python library based on Anaconda

The open-source Anaconda Distribution is an easy way to perform Python/R data science and machine learning on Linux, Windows, and Mac OS X. We could easily prepare an isolated and constant environment on anywhere based on a configure file.

Considering the various kind of strange errors due to the different versions of python and python libraries, this management tool makes our life much more comfortable in deploying and cooperating.

(more…)