Skip to content

Commit 0888369

Browse files
committed
again2
1 parent 2b124d7 commit 0888369

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
@@ -121,7 +121,7 @@ RUN pip install spacy && \
121121
# Install PyTorch
122122
{{ if eq .Accelerator "gpu" }}
123123
COPY --from=torch_whl /tmp/whl/*.whl /tmp/torch/
124-
RUN mamba install -y -c pytorch magma-cuda${CUDA_MAJOR_VERSION}${CUDA_MINOR_VERSION} && \
124+
RUN mamba install -y -c pytorch magma-cuda121 && \
125125
pip install /tmp/torch/*.whl && \
126126
# b/255757999 openmp (libomp.so) is an dependency libtorchaudio but
127127
mamba install -y openmp && \

0 commit comments

Comments
 (0)