You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][Doc] Reword Docker doc to reference Dockerfiles (#16539)
We will soon no longer provide pre-built Docker containers, so update
the relevant doc to reference the Dockerfile instead.
---------
Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
Copy file name to clipboardExpand all lines: sycl/doc/GetStartedGuide.md
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -49,15 +49,10 @@ and a wide range of compute accelerators such as GPU and FPGA.
49
49
* C++ compiler
50
50
* See LLVM's [host compiler toolchain requirements](https://github.com/intel/llvm/blob/sycl/llvm/docs/GettingStarted.rst#host-c-toolchain-both-compiler-and-standard-library)
51
51
52
-
Alternatively, you can use a Docker image that has everything you need for
53
-
building pre-installed:
52
+
Alternatively, you can create a Docker image that has everything you need for
53
+
building pre-installed using the [Ubuntu 24.04 build Dockerfile](https://github.com/intel/llvm/blob/sycl/devops/containers/ubuntu2404_build.Dockerfile).
54
54
55
-
```bash
56
-
docker run --name sycl_build -it -v /local/workspace/dir/:/src ghcr.io/intel/llvm/ubuntu2204_build /bin/bash
57
-
```
58
-
59
-
This command will start a terminal session, from which you can proceed with the
60
-
instructions below. See [Docker BKMs](developer/DockerBKMs.md) for more info on
55
+
See [Docker BKMs](developer/DockerBKMs.md) for more info on
0 commit comments