From 9fd733be1145df5bb1bac8a925c937c492e7ec00 Mon Sep 17 00:00:00 2001 From: mckay Date: Sun, 5 Jan 2025 22:25:42 +0800 Subject: [PATCH] Update README.md to include timezone environment variable in Docker run command - Added the environment variable `TZ=Asia/Shanghai` to the Docker run command for better timezone handling. - This change improves the usability of the Docker setup for users in the specified timezone. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b1f43c..f5bbf13 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Then set up the environment via Docker or Anaconda. This is the most convenient way to try _NH\_Rep_, everything is already settled down in the docker. $ docker pull horaceguo/pytorchigr:isg - $ docker run --runtime=nvidia --ipc=host --net=host -v PATH_TO_NH-REP/:/workspace -t -i horaceguo/pytorchigr:isg + $ docker run -e TZ=Asia/Shanghai --runtime=nvidia --ipc=host --net=host -v PATH_TO_NH-REP/:/workspace -t -i horaceguo/pytorchigr:isg $ cd /workspace Then you can convert the points sampled on B-Rep model in _input\_data_ to implicit representation: