100%
06.08.2026
, then updating the package lists and installing MongoDB (Listing 1).
Listing 1
Setting Up MongoDB
sudo apt install gnupg curl
curl -fsSL https://www.mongodb.org/static/pgp/server-8.0.asc -o server-8.0
99%
06.08.2026
://localhost:8333 --no-verify-ssl s3 mb s3://loki-chunks
aws s3 ls --endpoint-url http://localhost:8333
Congratulations, the storage back end is finally ready for use.
Configuring Loki for SeaweedFS
Next
99%
21.07.2026
supports up to CUDA 12.2
# Confirm compatibility before pulling an image:
$ apptainer exec --nv cuda:12.2.0-runtime-ubuntu22.04 python
-c "import torch; print(torch.cuda.is_available())"
The --nv
flag in Apptainer
98%
06.08.2026
that weighs in at just 13MB in version 1.2. The fastest way to start the database is to use a pre-built Docker container. For simplicity's sake, the following command grants it full access to the host system