Skip to content

Commit d00430f

Browse files
authored
Update Dockerfile
1 parent 5d6af01 commit d00430f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN mkdir -p /wheels \
5050
RUN git clone -b ${TORCHVISIONVER} https://github.com/pytorch/vision.git \
5151
&& cd vision \
5252
&& git submodule update --init --recursive \
53-
&& pip3 install /pytorch/dist/*.whl \
53+
&& pip3 install /wheels/*.whl \
5454
&& python3 setup.py build \
5555
&& python3 setup.py bdist_wheel \
5656
&& cp dist/* /wheels \

0 commit comments

Comments
 (0)