Replies: 1 comment 2 replies
-
I’m very much interested in guidelines for this too. Currently I’m thinking of using gitlab container registry with micromamba docker. On issue I have is that I’d like to be able to have mamba root prefix within the gitlab build directory because caching does not work outside of it. I have a setup where I use a combination of micromamba and pip-tools. So I’m looking for a way to have a dockerfile in which the mamba environment is already created, and a way to have it in gitlab build directory when executing gitlab-ci yaml file. I’m trying to simulate this situation by a Any guideline on how to successfully change location of a micromamba environment, specifically for CI? |
Beta Was this translation helpful? Give feedback.
-
Is there any way to do this with GitLab's public gitlab-runners?
Beta Was this translation helpful? Give feedback.
All reactions