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 fa2878c commit 476ca53Copy full SHA for 476ca53
Dockerfile.tmpl
@@ -109,7 +109,7 @@ RUN mamba install implicit && \
109
110
# Install PyTorch
111
{{ if eq .Accelerator "gpu" }}
112
-#COPY --from=torch_whl /tmp/whl/*.whl /tmp/torch/
+COPY --from=torch_whl /tmp/whl/*.whl /tmp/torch/
113
RUN mamba install -c pytorch magma-cuda${CUDA_MAJOR_VERSION}${CUDA_MINOR_VERSION} && \
114
pip install /tmp/torch/*.whl && \
115
# b/255757999 openmp (libomp.so) is an dependency of libtorchtext and libtorchaudio but
0 commit comments