Skip to content
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

remove —no-cache-dir arg #34

Merged
merged 1 commit into from Jul 15, 2018
Merged

Conversation

minrk
Copy link
Member

@minrk minrk commented Jul 13, 2018

caches are good! disabling cache should ~only be used when building docker images

caches are good! disabling cache should ~only be used when building docker images
@yuvipanda
Copy link
Collaborator

It puts things in /root, which fails in the init-script stage in some places some of the time. This is why I have it disabled in the bootstrap / installer stage! I'll document that..

@yuvipanda
Copy link
Collaborator

It looks like conda might still be putting stuff in /root, I'll investigate.

@minrk
Copy link
Member Author

minrk commented Jul 14, 2018

Ah, that's weird. Probably down to where $HOME is, which is typicall /root for root. Where does that fail?

@yuvipanda
Copy link
Collaborator

I had it fail with a 'root file system readonly' error on DigitalOcean with a traceback to /root, but can't reproduce it anymore. I'll just merge this now and see if it pops up again.

@yuvipanda yuvipanda merged commit 3df097f into jupyterhub:master Jul 15, 2018
@yuvipanda
Copy link
Collaborator

There's a bunch of ' Failed building wheel for pyyaml' in there now, because wheel building fails. I'm tempted to revert this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants