Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Add tqdm package in Dockerfile (facebookresearch#638)
Browse files Browse the repository at this point in the history
add tqdm in line32 : RUN pip install ninja yacs cython matplotlib opencv-python tqdm
zhangliliang authored and fmassa committed Apr 4, 2019
1 parent d29272c commit ee03410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ee03410

Please sign in to comment.