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 855fe8f commit 85e1c42Copy full SHA for 85e1c42
packages/torch.Dockerfile
@@ -23,6 +23,7 @@ ENV PYTORCH_BUILD_NUMBER=1
23
24
# Ensures shared libraries installed with conda can be found by the dynamic link loader.
25
# For PyTorch, we need specifically mkl.
26
+ENV LIBRARY_PATH="$LIBRARY_PATH:/opt/conda/lib"
27
ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/conda/lib"
28
ENV TORCH_CUDA_ARCH_LIST="3.7;6.0;7.0+PTX;7.5+PTX"
29
ENV FORCE_CUDA=1
@@ -82,4 +83,4 @@ COPY --from=builder /usr/local/src/text/dist/*.whl /tmp/whl
82
83
COPY --from=builder /usr/local/src/vision/dist/*.whl /tmp/whl
84
85
# Print out the built .whl file.
-RUN ls -lh /tmp/whl/
86
+RUN ls -lh /tmp/whl/
0 commit comments