Skip to content

Commit 4f48428

Browse files
committed
Add git-lfs to cudaqx-dev image
Signed-off-by: Ben Howe <[email protected]>
1 parent 82dde37 commit 4f48428

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/build_env/cudaqx.dev.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ LABEL org.opencontainers.image.url="https://github.com/NVIDIA/cudaqx"
1919
# FIXME: Remove the cmake install once private repos are updated.
2020
RUN apt-get update && CUDA_DASH=$(echo $cuda_version | tr '.' '-') \
2121
&& apt-get install -y gfortran libblas-dev jq cuda-nvtx-${CUDA_DASH} \
22+
&& apt-get install -y git-lfs \
2223
&& python3 -m pip install "cmake<4" --user \
2324
&& apt-get autoremove -y --purge && apt-get clean && rm -rf /var/lib/apt/lists/*
2425

0 commit comments

Comments
 (0)