[CI/Build] refactor dockerfile & fix pip cache

[CI/Build] fix pip cache with vllm_nccl & refactor dockerfile to build wheels (#3859)
This commit is contained in:
youkaichao
2024-04-04 21:53:16 -07:00
committed by GitHub
parent 78107fa091
commit d03d64fd2e
3 changed files with 51 additions and 43 deletions

View File

@@ -11,13 +11,10 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
import logging
import os
import sys
from sphinx.ext import autodoc
sys.path.insert(0, os.path.abspath(os.path.join('..', '..')))
logger = logging.getLogger(__name__)
# -- Project information -----------------------------------------------------