Linuxでオフライン環境に実装しようと思うと色々不都合がでてきます。 今回はDockerのイメージをオフライン環境にロードする方法を紹介します ・オンラインPCで以下を実行 docker pull python:3.10-slim docker save -o python_3.10_slim.tar python:3.10-slim ・「python_3.10_slim.tar」を ...