I would like to create a conda environment on a machine that has no network connection. What I\'ve done so far is:
On a machine that is connected to the internet:
You could try cloning root which is the base env.
conda create -n yourenvname --clone root