From d09d1d67a98310cf8337e2eb4fe23d345eb06245 Mon Sep 17 00:00:00 2001 From: Desmond Zhu Date: Tue, 4 Jun 2024 13:23:09 -0400 Subject: [PATCH] fix typo --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 27db841..8d80082 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -24,6 +24,6 @@ conda install pytorch==1.6.0 torchvision tensorboard -c pytorch pip install -r docs/requirements.txt ``` -# Set up with Dockder +# Set up with Docker Please check the [docker folder](docker)