Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The base image does a chown -R on /opt/conda for the default uid 1000 but since we run as UID 1001 we need to re-chown the conda directory. Conda is broken at the moment so users aren't using it, but once this is turned on `conda install` will install packages to `/opt/conda/pkgs/` which will get wiped on reboot so maybe we need to do something similar to the pipcorn alias that makes packages install to ~/local/
- Loading branch information