diff --git a/README.md b/README.md index a2b7478..0e684ff 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,10 @@ Demo: . env/bin/activate pip3 install -r requirements.txt ``` + +## docker + +``` +docker buildx build -t rechentrainer:latest --load . +docker run --name rechentrainer rechentrainer:latest +``` \ No newline at end of file