Update Dockerfile

dockerfile updated
This commit is contained in:
Jericho 2025-03-21 17:41:49 +08:00
parent c60818cd9a
commit 8bc47503df

View File

@ -27,8 +27,8 @@ ENV LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}
ENV PATH=${CUDA_HOME}/bin:${PATH}
# Verify the installation
RUN nvcc --version
RUN nvidia-smi
# RUN nvcc --version
# RUN nvidia-smi
# Install Python packages
RUN pip install sqlalchemy scikit-learn pandas matplotlib kaggle