cache all the things

deepcrayon-v2.1
Jeff Moe 2023-11-08 10:00:26 -07:00
parent 4880bf3ec1
commit ef45776b7e
1 changed files with 7 additions and 1 deletions

View File

@ -62,7 +62,7 @@ pyenv install 3.13-dev
#### Setup Pip Download Cache
So as to not download files from the Internet multiple times from
each machine in the cluster, a Pip download cacche can be set up
each machine in the cluster, a Pip download cache can be set up
thusly, assuming server IP 192.168.100.101, username debian:
```
@ -132,6 +132,12 @@ index = http://192.168.100.101:4040/root/pypi/
EOF
```
## Other caches
Also set up `ccache` cluster with Redis for remote.
And npm cache (verdaccio), rust cache (panamax),
apt cache (apt-cacher-ng). And `sccache` for rust
compiles.
## Get Deepcrayon Pytorch Repo
```