howto_build_an_own_docker_image

Dies ist eine alte Version des Dokuments!


HowTo build a Docker Image

  • Use the latest ubuntu docker-image from hub.docker.com
    • because I need the recent libolm3 and libolm-dev
  • I need to
    • apt update
    • apt install python3-venv libolm-dev emacs-nox build-essential python3-pip python3-openssl
    • adduser experiments --home /home/experiments --disabled-password
    • experiments:experiments | chpasswd
    • su -l experiments
      • mkdir /home/experiments/applications
      • python3 -m venv /home/experiments/applications
      • source /home/experiments/applications/bin/activate

Check n>

  • howto_build_an_own_docker_image.1624825196.txt.gz
  • Zuletzt geändert: 2021/06/27 22:19
  • von homer