Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Large Pack File and Missing Libraries #8

Open
karllab41 opened this issue Jul 21, 2018 · 1 comment
Open

Large Pack File and Missing Libraries #8

karllab41 opened this issue Jul 21, 2018 · 1 comment

Comments

@karllab41
Copy link

karllab41 commented Jul 21, 2018

Looks like we need to just add a few libraries, including ipython and graphviz to requirements, which is not just a python dependency. (It might be worth Docker...) Also, need to not consider pyc files.

@karllab41 karllab41 changed the title Repo Cloning is Slow Missing Libraries Jul 21, 2018
@karllab41 karllab41 reopened this Jul 21, 2018
@karllab41 karllab41 changed the title Missing Libraries Large Pack File and Missing Libraries Jul 23, 2018
@karllab41
Copy link
Author

Commit has fixed this by nuking parts of the repo:

Also, it's a bit slow. It might be that .git manifest is too large because we've added and removed data files; I'm unclear. Right now, I'm stuck at 50% (103/204). If we're rebasing, that could fix it. Otherwise, it's got to be cleaned up before we make it public. It's at least 73MB right now! The culprit is in this directory: cyphercat/.git/objects/pack, where our history has an entire dataset in it.

It's a tough fix (the large pack file), and you'll have to go back to commit: bbe084c, which is possible, though you may lose a lot of traceability in the current dependency tree.

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

No branches or pull requests

1 participant