Skip to content

Commit 248927e

Browse files
ahmadkinv-kkudrynski
authored andcommitted
[SSD-TF1] moved cython to requirements.txt
1 parent d74ff49 commit 248927e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

TensorFlow/Detection/SSD/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ RUN PROTOC_VERSION=3.0.0 && \
1818
rm -f $PROTOC_ZIP
1919

2020
COPY requirements.txt .
21-
RUN pip install Cython
2221
RUN pip install -r requirements.txt
2322
RUN pip --no-cache-dir --no-cache install 'git+https://github.com/NVIDIA/dllogger'
2423

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
pycocotools==2.0.0
2-
contextlib2
1+
cython==0.29.24
2+
pycocotools==2.0.2
3+
contextlib2==21.6.0
4+

0 commit comments

Comments
 (0)