mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Install wheel using pip3 (#2719)
This commit is contained in:
parent
a1ca1c04a1
commit
d8d29edf54
@ -10,7 +10,7 @@ WORKDIR /build
|
|||||||
|
|
||||||
RUN python3 -m venv /build/venv
|
RUN python3 -m venv /build/venv
|
||||||
RUN . /build/venv/bin/activate && \
|
RUN . /build/venv/bin/activate && \
|
||||||
pip3 install --upgrade pip setuptools && \
|
pip3 install --upgrade pip setuptools wheel && \
|
||||||
pip3 install torch torchvision torchaudio && \
|
pip3 install torch torchvision torchaudio && \
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ RUN test -n "${WEBUI_VERSION}" && git reset --hard ${WEBUI_VERSION} || echo "Usi
|
|||||||
|
|
||||||
RUN virtualenv /app/venv
|
RUN virtualenv /app/venv
|
||||||
RUN . /app/venv/bin/activate && \
|
RUN . /app/venv/bin/activate && \
|
||||||
pip3 install --upgrade pip setuptools && \
|
pip3 install --upgrade pip setuptools wheel && \
|
||||||
pip3 install torch torchvision torchaudio
|
pip3 install torch torchvision torchaudio
|
||||||
|
|
||||||
COPY --from=builder /build /app/repositories/GPTQ-for-LLaMa
|
COPY --from=builder /build /app/repositories/GPTQ-for-LLaMa
|
||||||
|
Loading…
Reference in New Issue
Block a user