llama.cpp/.devops
bsilvereagle a0c0516416
Remove torch GPU dependencies from the Docker.full image (#665)
By using `pip install torch --index-url https://download.pytorch.org/whl/cpu`
instead of `pip install torch` we can specify we want to install a CPU-only version
of PyTorch without any GPU dependencies. This reduces the size of the Docker image
from 7.32 GB to 1.62 GB
2023-04-03 00:13:03 +02:00
..
full.Dockerfile Remove torch GPU dependencies from the Docker.full image (#665) 2023-04-03 00:13:03 +02:00
main.Dockerfile 🚀 Dockerize llamacpp (#132) 2023-03-17 10:47:06 +01:00
tools.sh Remove oboslete command from Docker script 2023-03-23 22:39:44 +02:00