-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DH-66] move conda and R install locations, fix popcon deployment path, install temp version of popcon #5170
[DH-66] move conda and R install locations, fix popcon deployment path, install temp version of popcon #5170
Conversation
re builds failing:
cloud.r-project.org is unreachable, as is r-project.org :( |
This will help. A simpler way would be to set the popcon path to be under /etc/ipython which every ipython reads. But aligning our dockerfile builds with the others helps to avoid future surprises. |
plan A was to stick the popcon script in |
actually, you're right and |
I think both changes will be helpful! |
btw we're blocked on yuvipanda/python-popularity-contest#3 for data101 and stat159 hubs (both have |
welp this has been a bunch of work but i think we're good to go! |
i'm actually just using the git resolver for pip to get around this for now... it doesn't work on a couple of hubs for random reasons but (thankfully) none of them have the |
https://jira-secure.berkeley.edu/browse/DH-66
repo2docker is installing python to
/srv/conda
, and these Dockerfile-based images are deploying to/opt/conda
.since the majority of our deployments are following the repo2docker paradigm, let's update these hubs to do the same.
we will also be moving the popcon ipython startup script to
/srv/conda/...
so that it's in the proper ipython search paths.