We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82dde37 commit 4f48428Copy full SHA for 4f48428
docker/build_env/cudaqx.dev.Dockerfile
@@ -19,6 +19,7 @@ LABEL org.opencontainers.image.url="https://github.com/NVIDIA/cudaqx"
19
# FIXME: Remove the cmake install once private repos are updated.
20
RUN apt-get update && CUDA_DASH=$(echo $cuda_version | tr '.' '-') \
21
&& apt-get install -y gfortran libblas-dev jq cuda-nvtx-${CUDA_DASH} \
22
+ && apt-get install -y git-lfs \
23
&& python3 -m pip install "cmake<4" --user \
24
&& apt-get autoremove -y --purge && apt-get clean && rm -rf /var/lib/apt/lists/*
25
0 commit comments