Browse Source

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.
main
mckay 2 months ago
parent
commit
9fd733be11
  1. 2
      README.md

2
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. This is the most convenient way to try _NH\_Rep_, everything is already settled down in the docker.
$ docker pull horaceguo/pytorchigr:isg $ 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 $ cd /workspace
Then you can convert the points sampled on B-Rep model in _input\_data_ to implicit representation: Then you can convert the points sampled on B-Rep model in _input\_data_ to implicit representation:

Loading…
Cancel
Save