[SSD-TF1] moved cython to requirements.txt

This commit is contained in:
Ahmad Kiswani 2021-08-25 04:07:42 +03:00 committed by Krzysztof Kudrynski
parent d74ff49e19
commit 248927e6fd
2 changed files with 4 additions and 3 deletions

View file

@ -18,7 +18,6 @@ RUN PROTOC_VERSION=3.0.0 && \
rm -f $PROTOC_ZIP
COPY requirements.txt .
RUN pip install Cython
RUN pip install -r requirements.txt
RUN pip --no-cache-dir --no-cache install 'git+https://github.com/NVIDIA/dllogger'

View file

@ -1,2 +1,4 @@
pycocotools==2.0.0
contextlib2
cython==0.29.24
pycocotools==2.0.2
contextlib2==21.6.0