We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f181ba commit c3f1535Copy full SHA for c3f1535
1 file changed
scripts/images/runtime/Dockerfile
@@ -18,6 +18,7 @@ COPY scripts/images/runtime/start.sh /opt/runtime/start.sh
18
ENV PYTHONPATH=/opt/runtime/datamate/
19
ENV UV_EXTRA_INDEX_URL="https://download.pytorch.org/whl/cpu"
20
ENV UV_INDEX_STRATEGY=unsafe-best-match
21
+ENV TORCH_DEVICE_BACKEND_AUTOLOAD=0
22
23
WORKDIR /opt/runtime
24
0 commit comments