small fixes to main readme

This commit is contained in:
cneud 2025-10-20 23:19:10 +02:00
parent 230e7cc705
commit 7d70835d22
2 changed files with 15 additions and 11 deletions

View file

@ -32,12 +32,12 @@ Alternatively, just "log in" to the container once and use the commands there:
## Training with Docker
Build the Docker image
Build the Docker training image
cd train
docker build -t model-training .
Run the Docker image
Run the Docker training image
cd train
docker run --gpus all -v $PWD:/entry_point_dir model-training