最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

singularity container - provision a custom python virtualenv with apptainer - Stack Overflow

programmeradmin1浏览0评论

In order to run a software that require 32 bit environment on HPC, I have to build a container with Apptainer.

The problem is, I need to run a python script with extra dependencies in the container. I don't want to rebuild the container whenever I add/remove python packages, so I am thinking of building a virutalenv out of the container, and mount it to the container when I run my python script. One more thing is, if a python packages has been install in the container, I don't want it to be override by the one installed in virtualenv.

发布评论

评论列表(0)

  1. 暂无评论