Skip to content

Commit

Permalink
Update docker/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Nov 27, 2023
1 parent 4bea94f commit a9dba00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ in the environment file. Its value will be prepended along with the service
name to the container on start up.


You may use multiple compose files to customize your container. For instance, you
You may use multiple compose files to customize your container. For instance, you
could reproduce the configuration from one of the automated builds by providing
the following a `docker-compose.override.yml` file:
```
Expand All @@ -13,6 +13,6 @@ services:
build:
args:
- BASE=nvidia/cuda:11.5.2-devel-ubuntu20.04
- KOKKOS_VERSION=4.0.00
- KOKKOS_OPTIONS=-DCMAKE_CXX_STANDARD=17 -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_CUDA_LAMBDA=ON -DKokkos_ARCH_SNB=ON -DKokkos_ARCH_VOLTA70=ON
- KOKKOS_VERSION=4.2.00
- KOKKOS_OPTIONS=-DCMAKE_CXX_STANDARD=17 -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ARCH_SNB=ON -DKokkos_ARCH_VOLTA70=ON
```

0 comments on commit a9dba00

Please sign in to comment.