Closed mfhepp closed 10 months ago
It would be good to create a lock file with the exact versions of installed Python packages in the build process, see section in the micromamba docs:
docker run --rm -v "$(pwd):/tmp" \ mambaorg/micromamba:1.5.6 /bin/bash -c "\ micromamba create --yes --name new_env --file env.yaml \ && micromamba env export --name new_env --explicit" > env.lock
Done via #14
It would be good to create a lock file with the exact versions of installed Python packages in the build process, see section in the micromamba docs: