Update Dockerfile (#4862)

pull/4863/head
Glenn Jocher 2021-09-20 13:10:41 +02:00 committed by GitHub
parent 40d1c80503
commit 2809616345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -53,3 +53,6 @@ ENV HOME=/usr/src/app
# Update Ubuntu drivers
# https://www.maketecheasier.com/install-nvidia-drivers-ubuntu/
# DDP test
# python -m torch.distributed.run --nproc_per_node 2 --master_port 1 train.py --epochs 3