nlohmann / json-ci

Docker image for the CI of nlohmann/json
https://hub.docker.com/repository/docker/nlohmann/json-ci
MIT License
9 stars 4 forks source link

Update NVCC: 10.1.243 -> 11.0.221 #8

Closed ax3l closed 2 years ago

ax3l commented 2 years ago

Try to skip the CUDA toolkit shipped with ubuntu:latest and go straight for a newer one, hoping that we can avoid having to work-around some compiler bugs.

Related to https://github.com/nlohmann/json/issues/2676

ax3l commented 2 years ago

Fixed! :) (I also removed the duplicate wget that I added on the way)

ax3l commented 2 years ago

PATH is now also set and local test was successful :tada:

nlohmann commented 2 years ago

Very cool! I'll merge this. Then we can add a step to the ubuntu.yml.