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 2b124d7 commit 0888369Copy full SHA for 0888369
Dockerfile.tmpl
@@ -121,7 +121,7 @@ RUN pip install spacy && \
121
# Install PyTorch
122
{{ if eq .Accelerator "gpu" }}
123
COPY --from=torch_whl /tmp/whl/*.whl /tmp/torch/
124
-RUN mamba install -y -c pytorch magma-cuda${CUDA_MAJOR_VERSION}${CUDA_MINOR_VERSION} && \
+RUN mamba install -y -c pytorch magma-cuda121 && \
125
pip install /tmp/torch/*.whl && \
126
# b/255757999 openmp (libomp.so) is an dependency libtorchaudio but
127
mamba install -y openmp && \
0 commit comments