Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 498 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 498 Bytes

Dockerfile for Valhalla

To build the Docker image issue:

./build.sh

To run instead issue:

./run-valhalla.sh

note in order to get this stuff to run i needed more memory, i know it works with 100GB swap, re-running now to see if it can run in 24g

sudo fallocate -l 24G /dockerdata/tempswap
sudo chmod 666 /dockerdata/tempswap
175  sudo mkswap /dockerdata/tempswap
176  sudo swapon /dockerdata/tempswap