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 5d6af01 commit d00430fCopy full SHA for d00430f
Dockerfile
@@ -50,7 +50,7 @@ RUN mkdir -p /wheels \
50
RUN git clone -b ${TORCHVISIONVER} https://github.com/pytorch/vision.git \
51
&& cd vision \
52
&& git submodule update --init --recursive \
53
- && pip3 install /pytorch/dist/*.whl \
+ && pip3 install /wheels/*.whl \
54
&& python3 setup.py build \
55
&& python3 setup.py bdist_wheel \
56
&& cp dist/* /wheels \
0 commit comments