Skip to content

Commit 52092d2

Browse files
authored
fix: readme to match built container name (#15)
1 parent 6f3e581 commit 52092d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Additionally, we provide a DOCKERFILE to generate a container with all the requi
2121
3. Install the requirements. We suggest using the provided DOCKERFILE:
2222
a. From the boston_twin directory, run `docker build -t bostontwin -f DOCKERFILE .`
2323
b. Run the container binding the boston_twin directory to the container:
24-
`docker run --privileged=true --gpus=all --mount type=bind,src=".",target="/home/root/boston_twin" --env NVIDIA_DRIVER_CAPABILITIES=graphics,compute,utility --rm -it boston_twin`
24+
`docker run --privileged=true --gpus=all --mount type=bind,src=".",target="/home/root/boston_twin" --env NVIDIA_DRIVER_CAPABILITIES=graphics,compute,utility --rm -it bostontwin`
2525
4. Run the [bostontwin_demo](<https://github.com/wineslab/boston_twin/blob/main/bostontwin_demo.ipynb>) Jupyter Notebook to see how to use BostonTwin, the Digital Twin of Boston!
2626
5. Refer to the [documentation](<https://wineslab.github.io/boston_twin/src/classes/BostonTwin.html>) for additional information.
2727

@@ -78,4 +78,4 @@ series = {MMSys '24}
7878
[2] The antenna location was obtained from the City of Boston's Open Data hub [<https://data.boston.gov/>].
7979

8080
## Acknowledgments
81-
This work was partially supported by the National Telecommunications and Information Administration (NTIA)’s Public Wireless Supply Chain Innovation Fund (PWSCIF) under Award No. 25-60-IF011.
81+
This work was partially supported by the National Telecommunications and Information Administration (NTIA)’s Public Wireless Supply Chain Innovation Fund (PWSCIF) under Award No. 25-60-IF011.

0 commit comments

Comments
 (0)