mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 23:12:07 +00:00
Add the no-deps in pip install
Signed-off-by: yuanwu <yuan.wu@intel.com>
This commit is contained in:
parent
73e6e3b871
commit
1b659788b5
@ -73,7 +73,7 @@ COPY server server
|
||||
COPY server/Makefile server/Makefile
|
||||
RUN cd server && \
|
||||
make gen-server && \
|
||||
pip install -r requirements.txt && \
|
||||
pip install --no-deps -r requirements.txt && \
|
||||
bash ./dill-0.3.8-patch.sh && \
|
||||
pip install git+https://github.com/HabanaAI/DeepSpeed.git@1.18.0 && \
|
||||
BUILD_CUDA_EXT=0 pip install git+https://github.com/AutoGPTQ/AutoGPTQ.git@097dd04e --no-build-isolation && \
|
||||
|
@ -19,7 +19,7 @@ gen-server:
|
||||
|
||||
install: gen-server
|
||||
pip install pip --upgrade
|
||||
pip install -r requirements.txt
|
||||
pip install --no-deps -r requirements.txt
|
||||
pip install -e "."
|
||||
|
||||
run-dev:
|
||||
|
Loading…
Reference in New Issue
Block a user