We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb8e11 commit ba72badCopy full SHA for ba72bad
docker/README.md
@@ -10,6 +10,6 @@
10
11
```console
12
$ 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 .
+ $ DOCKER_BUILDKIT=1 docker build -t intel-extension-for-pytorch:test .
14
$ docker run intel-extension-for-pytorch:test python -c "import torch;import intel_pytorch_extension as ipex;print('torch:', torch.__version__,' ipex:',ipex.__version__)"
15
```
0 commit comments