mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-22 15:32:08 +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
|
COPY server/Makefile server/Makefile
|
||||||
RUN cd server && \
|
RUN cd server && \
|
||||||
make gen-server && \
|
make gen-server && \
|
||||||
pip install -r requirements.txt && \
|
pip install --no-deps -r requirements.txt && \
|
||||||
bash ./dill-0.3.8-patch.sh && \
|
bash ./dill-0.3.8-patch.sh && \
|
||||||
pip install git+https://github.com/HabanaAI/DeepSpeed.git@1.18.0 && \
|
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 && \
|
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
|
install: gen-server
|
||||||
pip install pip --upgrade
|
pip install pip --upgrade
|
||||||
pip install -r requirements.txt
|
pip install --no-deps -r requirements.txt
|
||||||
pip install -e "."
|
pip install -e "."
|
||||||
|
|
||||||
run-dev:
|
run-dev:
|
||||||
|
Loading…
Reference in New Issue
Block a user