File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ No need to clone the huge PyTorch repo. No need to install Sphinx. No need to wa
1212
1313| Docs | Version | Release Page |
1414| ------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
15- | PyTorch | [ ![ torch version] ( https://img.shields.io/badge/torch_version-v1.8 .0-282828.svg?labelColor=4F4F4F&logo=PyTorch )] ( https://pytorch.org/blog/pytorch-1.8 -released/ ) | [ Link] ( https://github.com/unknownue/PyTorch.docs/releases/tag/v1.8 .0 ) |
16- | torchvision | [ ![ torchvision version] ( https://img.shields.io/badge/torchvision_version-v0.9 .0-282828.svg?labelColor=4F4F4FF&logo=PyTorch )] ( https://github.com/pytorch/vision/releases/tag/v0.9 .0 ) | [ Link] ( https://github.com/unknownue/PyTorch.docs/releases/tag/v1.8 .0 ) |
15+ | PyTorch | [ ![ torch version] ( https://img.shields.io/badge/torch_version-v1.9 .0-282828.svg?labelColor=4F4F4F&logo=PyTorch )] ( https://pytorch.org/blog/pytorch-1.-released/ ) | [ Link] ( https://github.com/unknownue/PyTorch.docs/releases/tag/v1.9 .0 ) |
16+ | torchvision | [ ![ torchvision version] ( https://img.shields.io/badge/torchvision_version-v0.10 .0-282828.svg?labelColor=4F4F4FF&logo=PyTorch )] ( https://github.com/pytorch/vision/releases/tag/v0.10 .0 ) | [ Link] ( https://github.com/unknownue/PyTorch.docs/releases/tag/v1.9 .0 ) |
1717| Numpy | [ ![ numpy version] ( https://badgen.net/badge/NumPy%20version/v1.19.0/black?icon=dockbit )] ( https://numpy.org/doc/1.19/release.html ) | [ Link] ( https://numpy.org/doc ) |
1818| Scikit-learn | [ ![ scikit-learn version] ( https://badgen.net/badge/Scikit-learn%20version/v0.22/black?icon=libraries )] ( https://github.com/scikit-learn/scikit-learn/releases/tag/0.23.2 ) | [ Link] ( https://github.com/unknownue/PyTorch.docs/releases/tag/v1.7.1 ) |
1919| Matplotlib | [ ![ matplotlib version] ( https://badgen.net/badge/Matplotlib%20version/v3.3.1/black?icon=graphql )] ( https://github.com/matplotlib/matplotlib/releases/tag/v3.3.1 ) | [ Link] ( https://github.com/unknownue/PyTorch.docs/releases/tag/v1.6.1 ) |
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ LABEL license="MIT"
88
99ENV DEBIAN_FRONTEND=noninteractive
1010
11- ARG VERSION_PYTORCH=1.8 .0
12- ARG VERSION_VISION=0.9 .0
11+ ARG VERSION_PYTORCH=1.9 .0
12+ ARG VERSION_VISION=0.10 .0
1313
1414WORKDIR /root/
1515# ADD sources.list /etc/apt/sources.list
@@ -28,7 +28,7 @@ RUN apt install -y --no-install-recommends python3.8 python3-distutils && \
2828 # python3.8 get-pip.py && \
2929 apt clean && \
3030 ln -sf python3.8 /usr/bin/python && ln -sf pip3 /usr/bin/pip
31- RUN pip3 install pqi && pqi use aliyun
31+ # RUN pip3 install pqi && pqi use aliyun
3232
3333WORKDIR /root/dev/
3434
You can’t perform that action at this time.
0 commit comments