From 407aea1602c9b862657315e16c614a44fd55b105 Mon Sep 17 00:00:00 2001 From: Dina Suehiro Jones Date: Mon, 1 Jul 2024 14:04:05 -0700 Subject: [PATCH] Minor doc update for PyTorch CPU jupyter tag --- pytorch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch/README.md b/pytorch/README.md index 3e2d31774..198c8c05a 100644 --- a/pytorch/README.md +++ b/pytorch/README.md @@ -97,7 +97,7 @@ docker run -it --rm \ --net=host \ -v $PWD/workspace:/workspace \ -w /workspace \ - intel/intel-extension-for-pytorch:xpu-jupyter + intel/intel-extension-for-pytorch:2.3.0-pip-jupyter ``` After running the command above, copy the URL (something like `http://127.0.0.1:$PORT/?token=***`) into your browser to access the notebook server.