gerardo
(Gerardo Garcia)
July 11, 2018, 10:37pm
1
I’m trying to do a fastai installation on a out of the network computer.
The environment.yml file includes a ton of dependencies and those dependencies include a ton of dependencies.
What is the best way to run the installation from the conda files files or the pip files without the network?
I have a USB drive available on this computer no network of any kind.
Any help ???
dmto
July 12, 2018, 12:00am
2
take a non-air gapped computer of exact same OS and paths, create a virtualenv there, run fastai install script, then tar
this virtualenv folder and untar on air-gapped PC.
gerardo
(Gerardo Garcia)
August 20, 2018, 4:05am
3
Thanks for this
I will elaborate
Look for the folder where anaconda is installed
There’s older with the name envs
copy that folder to the USB
Replace the file in the same place on your “clone” computer
activate the environment.
Good Luck!!