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
Hello, as mentioned on the official tracing-subscriber crate docs, the subscriber's minimum version is increasing with the latest stable Rust version. I'm guessing this is why I'm facing the issue I will attach below. I will share if i can figure out a workaround but you can check problem too if you wish.
"cargo run" inside official examples "~/rust-cuda/examples/cuda/cpu/add" folder on docker images result:
"package tracing-subscriber v0.3.18 cannot be built because it requires rustc 1.63.0 or newer, while the currently active rustc version is 1.59.0-nightly"
System : Docker with nvidia/cuda:12.4.0-base-ubuntu22.04 image on ubuntu 22.4 machine, Nvidia Driver Version: 550.67, CUDA Version: 12.4.
The text was updated successfully, but these errors were encountered:
Hello, as mentioned on the official tracing-subscriber crate docs, the subscriber's minimum version is increasing with the latest stable Rust version. I'm guessing this is why I'm facing the issue I will attach below. I will share if i can figure out a workaround but you can check problem too if you wish.
"cargo run" inside official examples "~/rust-cuda/examples/cuda/cpu/add" folder on docker images result:
"package
tracing-subscriber v0.3.18
cannot be built because it requires rustc 1.63.0 or newer, while the currently active rustc version is 1.59.0-nightly"System : Docker with nvidia/cuda:12.4.0-base-ubuntu22.04 image on ubuntu 22.4 machine, Nvidia Driver Version: 550.67, CUDA Version: 12.4.
The text was updated successfully, but these errors were encountered: