We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74ff49 commit 248927eCopy full SHA for 248927e
TensorFlow/Detection/SSD/Dockerfile
@@ -18,7 +18,6 @@ RUN PROTOC_VERSION=3.0.0 && \
18
rm -f $PROTOC_ZIP
19
20
COPY requirements.txt .
21
-RUN pip install Cython
22
RUN pip install -r requirements.txt
23
RUN pip --no-cache-dir --no-cache install 'git+https://github.com/NVIDIA/dllogger'
24
TensorFlow/Detection/SSD/requirements.txt
@@ -1,2 +1,4 @@
1
-pycocotools==2.0.0
2
-contextlib2
+cython==0.29.24
+pycocotools==2.0.2
3
+contextlib2==21.6.0
4
+
0 commit comments