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 80bf467 commit a1ba9d0Copy full SHA for a1ba9d0
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BASE=21.08
+ARG BASE=21.06
2
ARG BASE_IMG=nvcr.io/nvidia/pytorch:${BASE}-py3
3
FROM ${BASE_IMG} as base
4
py/setup.py
@@ -234,7 +234,7 @@ def run(self):
234
long_description=long_description,
235
ext_modules=ext_modules,
236
install_requires=[
237
- 'torch>=1.9.0+cu111,<1.11.0',
+ 'torch>=1.9.0<1.11.0',
238
],
239
setup_requires=[],
240
cmdclass={
0 commit comments