Skip to content

Commit ba72bad

Browse files
authored
Update README.md
The default IPEX and PyTorch versions are v1.9.0
1 parent ccb8e11 commit ba72bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
```console
1212
$ cd $DOCKERFILE_DIR
13-
$ DOCKER_BUILDKIT=1 docker build --build-arg IPEX_VERSION=v1.8.0 --build-arg PYTORCH_VERSION=v1.8.0 -t intel-extension-for-pytorch:test .
13+
$ DOCKER_BUILDKIT=1 docker build -t intel-extension-for-pytorch:test .
1414
$ docker run intel-extension-for-pytorch:test python -c "import torch;import intel_pytorch_extension as ipex;print('torch:', torch.__version__,' ipex:',ipex.__version__)"
1515
```

0 commit comments

Comments
 (0)