FROM docker.io/nvidia/cuda:11.7.1-devel-ubuntu22.04 RUN apt-get update RUN apt-get install -y curl RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y ENV PATH="$PATH:/root/.cargo/bin" RUN rustup toolchain install stable RUN apt-get install -y pkg-config libssl-dev WORKDIR /app