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 8a92c8c commit c72c881Copy full SHA for c72c881
Dockerfile
@@ -25,7 +25,7 @@ RUN update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-18 1
25
RUN git clone [email protected]:Scientific-Computing-Lab/gpuFLOPBench.git /gpu-flopbench
26
27
# get the LFS files
28
-RUN cd /gpu-flopbench && git checkout camera-ready && git pull && git lfs pull && git lfs fetch --all && git lfs checkout
+RUN cd /gpu-flopbench && git checkout main && git pull && git lfs pull && git lfs fetch --all && git lfs checkout
29
30
# Set the working directory
31
WORKDIR /gpu-flopbench
0 commit comments