Skip to content

Commit 7f6ae8f

Browse files
authored
Update installation.mdx
1 parent f6d75e7 commit 7f6ae8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ All dependencies mentioned above come from a specific default backend. The const
2626
## Using NGC base image {#NGC}
2727
The easiest way is to choose NGC mirror for source code compilation (official mirror may still be able to run low version drivers through Forward Compatibility or Minor Version Compatibility).
2828

29-
- Minimum support nvcr.io/nvidia/pytorch:21.07-py3
29+
- Minimum support nvcr.io/nvidia/pytorch:21.11-py3
3030
- Maximum support nvcr.io/nvidia/pytorch:23.08-py3
3131
- Latest test version: nvcr.io/nvidia/pytorch:22.12-py3
3232

@@ -274,4 +274,4 @@ sed -i '1a add_definitions(-D_GLIBCXX_USE_CXX11_ABI=0)' CMakeLists.txt && \
274274

275275

276276
import Tabs from '@theme/Tabs';
277-
import TabItem from '@theme/TabItem';
277+
import TabItem from '@theme/TabItem';

0 commit comments

Comments
 (0)