Skip to content

Commit f2533d3

Browse files
authored
Remove two lines in the Dockerfile for Github Codespace (microsoft#12278)
We are not allowed to use "--extra-index-url" anywhere in our code
1 parent ceb7642 commit f2533d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.devcontainer/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,4 @@ RUN apt-get update \
3434
&& 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 \
3535
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
3636

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
37+

0 commit comments

Comments
 (0)