General requirements
🐍 Python3(.7)
Installation of any of the vantage6 packages requires Python 3.7. For installation instructions, see python.org, anaconda.com or use the package manager native to your OS and/or distribution (e.g. apt
for debian or Ubuntu, yum
for fedora, or yast
for SuSE).
🐳 Docker
Running a node always requires the Docker runtime to be installed (and running). Running the server only requires docker when it's run as a dockerized application.
The correct installation of docker can be verified with the following command:
docker run hello-world
✒️ Signed Images
In case you only allow to use signed images (see https://docs.docker.com/engine/security/trust/) you should set the environment variable DOCKER_CONTENT_TRUST = 1
.
By doing so you might not be able to use certain algorithms. You can check this by verifying that the images you want to be used are signed.
In the case that you are using our Docker repository you need to use harbor2.vantage6.ai
Last updated
Was this helpful?