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
No NVidia GPU, defaults to `python:3-slim-bullseye` Docker base image and OpenBlAS:
23
30
## Build:
24
31
`docker build --build-arg -t openblas .`
25
32
## Run:
26
33
`docker run --cap-add SYS_RESOURCE -t openblas`
27
34
28
35
# Use CuBLAS
29
-
Requires NVidia GPU and Docker NVidia support (see https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html)
36
+
Requires NVidia GPU and Docker NVidia support (see [container-toolkit/install-guide](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html))
0 commit comments