Skip to content

Server Set Up Guide

NiklasAbraham edited this page Aug 14, 2024 · 6 revisions

This is an overview of the server setup

  • everyone has to install anaconda locally for themselves
  • the docker containers are shared with all other users, therefore naming is very important --> user name in container name

There are some special "artifacts" which have to be considered

  • the biopython package can not be installed with poetry and pip one has to use conda install biopython
  • When interested in running mkdocs:
    • here we need to do poetry updateand install notebook as version 6 with pip install notebook==6