Skip to content

Commit 476ca53

Browse files
authored
Update Dockerfile.tmpl
1 parent fa2878c commit 476ca53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ RUN mamba install implicit && \
109109

110110
# Install PyTorch
111111
{{ if eq .Accelerator "gpu" }}
112-
#COPY --from=torch_whl /tmp/whl/*.whl /tmp/torch/
112+
COPY --from=torch_whl /tmp/whl/*.whl /tmp/torch/
113113
RUN mamba install -c pytorch magma-cuda${CUDA_MAJOR_VERSION}${CUDA_MINOR_VERSION} && \
114114
pip install /tmp/torch/*.whl && \
115115
# b/255757999 openmp (libomp.so) is an dependency of libtorchtext and libtorchaudio but

0 commit comments

Comments
 (0)