Skip to content

Commit fbf2810

Browse files
committed
changing dockerfile
1 parent 6943414 commit fbf2810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN pip install --ignore-installed "git+https://github.com/NVIDIA/mlperf-common.
7676
ENV FORCE_CUDA_EXTENSION 1
7777
ENV TORCH_CUDA_ARCH_LIST "8.0 8.6 9.0 10.0 12.0+PTX"
7878
ENV HARMONICS_VERSION 0.8.3
79-
RUN cd /opt && git clone -b tkurth/distributed-attention https://github.com/NVIDIA/torch-harmonics.git && \
79+
RUN cd /opt && git clone https://github.com/NVIDIA/torch-harmonics.git && \
8080
cd torch-harmonics && \
8181
pip install --no-build-isolation -e .
8282

0 commit comments

Comments
 (0)