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 3486509 commit e6d4fefCopy full SHA for e6d4fef
Dockerfile
@@ -26,7 +26,8 @@ RUN update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-18 1
26
# clone the repo into the container
27
RUN git clone https://github.com/Scientific-Computing-Lab/gpuFLOPBench.git /gpu-flopbench
28
29
-RUN cd /gpu-flopbench && git checkout camera-ready && git pull && git lfs pull
+# get the LFS files
30
+RUN cd /gpu-flopbench && git checkout camera-ready && git pull && git lfs pull && git lfs fetch --all && git lfs checkout
31
32
# Set the working directory
33
WORKDIR /gpu-flopbench
0 commit comments