Skip to content
Snippets Groups Projects
Commit 0723cffd authored by erow's avatar erow
Browse files

add ffcv

parent 69c599b0
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@ RUN pip install mmcv==2.1.0 -f https://download.openmmlab.com/mmcv/dist/cu121/to
RUN python -c 'import mmcv;print(mmcv.__version__)'
# Install FFCV
RUN conda install cupy pkg-config libjpeg-turbo opencv cudatoolkit=${CUDA} numba -c pytorch -c conda-forge
RUN conda update -y conda && conda install -y cupy compilers pkg-config libjpeg-turbo opencv cudatoolkit=${CUDA} numba -c pytorch -c conda-forge\
&& conda clean -a
RUN pip install ffcv \
&& pip cache purge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment