Skip to content

Commit 4e74e34

Browse files
committed
update dates and versions
1 parent 48d3bdc commit 4e74e34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ See more details at [User Guide](https://nvidia-merlin.github.io/distributed-emb
2020
### Requirements
2121
Python 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

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# -- Project information -----------------------------------------------------
2424

2525
project = 'distributed-embeddings'
26-
copyright = '2021, NVIDIA' # pylint: disable=redefined-builtin
26+
copyright = '2022, NVIDIA' # pylint: disable=redefined-builtin
2727
author = 'NVIDIA'
2828

2929
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)