Skip to content

Commit a1ba9d0

Browse files
author
Anurag Dixit
committed
(//docker): Review comments incorporated
Signed-off-by: Anurag Dixit <[email protected]> (//py): Fix the version suffix Signed-off-by: Anurag Dixit <[email protected]>
1 parent 80bf467 commit a1ba9d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE=21.08
1+
ARG BASE=21.06
22
ARG BASE_IMG=nvcr.io/nvidia/pytorch:${BASE}-py3
33
FROM ${BASE_IMG} as base
44

py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def run(self):
234234
long_description=long_description,
235235
ext_modules=ext_modules,
236236
install_requires=[
237-
'torch>=1.9.0+cu111,<1.11.0',
237+
'torch>=1.9.0<1.11.0',
238238
],
239239
setup_requires=[],
240240
cmdclass={

0 commit comments

Comments
 (0)