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 51e4a99 commit 72120a6Copy full SHA for 72120a6
.devcontainer/Dockerfile
@@ -0,0 +1,6 @@
1
+FROM mcr.microsoft.com/devcontainers/python:1-3.12-bullseye
2
+
3
+RUN --mount=type=cache,target=/home/vscode/.cache/pip \
4
+ set -eux; \
5
+ pip wheel --no-deps torch; \
6
+ pip install patchelf torch-*.whl
.devcontainer/devcontainer.json
@@ -0,0 +1,3 @@
+{
+ "build": { "dockerfile": "Dockerfile" }
+}
0 commit comments