File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ See more details at [User Guide](https://nvidia-merlin.github.io/distributed-emb
2020### Requirements
2121Python 3, CUDA 11 or newer, TensorFlow 2.6.0 or newer
2222### Containers ###
23- You can build inside latest NGC TF2 [ image] ( https://catalog.ngc.nvidia.com/orgs/nvidia/containers/tensorflow ) :
23+ You can build inside 22.03 or later NGC TF2 [ image] ( https://catalog.ngc.nvidia.com/orgs/nvidia/containers/tensorflow ) :
2424``` bash
25- docker pull nvcr.io/nvidia/tensorflow:22.02 -tf2-py3
25+ docker pull nvcr.io/nvidia/tensorflow:22.03 -tf2-py3
2626```
2727### Build from source
2828
Original file line number Diff line number Diff line change 2323# -- Project information -----------------------------------------------------
2424
2525project = 'distributed-embeddings'
26- copyright = '2021 , NVIDIA' # pylint: disable=redefined-builtin
26+ copyright = '2022 , NVIDIA' # pylint: disable=redefined-builtin
2727author = 'NVIDIA'
2828
2929# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments