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 4, 2023
1 parent 4bea94f commit cda93d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 cda93d6

Please sign in to comment.