Commit f917a555 authored by Zhang Liliang's avatar Zhang Liliang Committed by Francisco Massa

Add tqdm package in Dockerfile (#638)

add tqdm in line32 : RUN pip install ninja yacs cython matplotlib opencv-python tqdm
parent 5c44ca74
......@@ -29,7 +29,7 @@ ENV PATH=$CONDA_PREFIX/bin:$PATH
ENV CONDA_AUTO_UPDATE_CONDA=false
RUN conda install -y ipython
RUN pip install ninja yacs cython matplotlib opencv-python
RUN pip install ninja yacs cython matplotlib opencv-python tqdm
# Install PyTorch 1.0 Nightly
ARG CUDA
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment