mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 20:19:51 +01:00
add cuda compat to LD_LIBRARY_PATH
This commit is contained in:
@@ -56,3 +56,4 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
||||
COPY examples /modelscope/examples
|
||||
ENV SETUPTOOLS_USE_DISTUTILS=stdlib
|
||||
ENV VLLM_USE_MODELSCOPE=True
|
||||
ENV LD_LIBRARY_PATH=/usr/local/cuda/compat:$LD_LIBRARY_PATH
|
||||
|
||||
Reference in New Issue
Block a user