We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb7642 commit f2533d3Copy full SHA for f2533d3
.devcontainer/Dockerfile
@@ -34,6 +34,4 @@ RUN apt-get update \
34
&& apt-get install -y --no-install-recommends aria2 aria2 && aria2c -q -d /tmp -o cmake-3.21.0-linux-x86_64.tar.gz https://github.com/Kitware/CMake/releases/download/v3.21.0/cmake-3.21.0-linux-x86_64.tar.gz && tar -zxf /tmp/cmake-3.21.0-linux-x86_64.tar.gz --strip=1 -C /usr \
35
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
36
37
-# Install python dependencies
38
-RUN pip install torch==1.11.0 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
39
-RUN pip install packaging "wheel>=0.35.1" parameterized
+
0 commit comments