Unverified Commit 97fd9948 authored by Guolin Ke's avatar Guolin Ke Committed by GitHub
Browse files

add pandas

parent 3e935d9d
...@@ -100,7 +100,7 @@ RUN ldconfig ...@@ -100,7 +100,7 @@ RUN ldconfig
# ------------------------------------------------------------------ # ------------------------------------------------------------------
ENV TORCH_CUDA_ARCH_LIST "7.0;7.5;8.0" ENV TORCH_CUDA_ARCH_LIST "7.0;7.5;8.0"
RUN conda install -y numpy pyyaml scipy ipython mkl mkl-include ninja cython typing && \ RUN conda install -y numpy pyyaml scipy ipython mkl mkl-include ninja cython typing pandas && \
conda clean -ya conda clean -ya
RUN conda install pytorch=1.11.0 cudatoolkit=11.3 -c pytorch && \ RUN conda install pytorch=1.11.0 cudatoolkit=11.3 -c pytorch && \
......
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