mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-19 09:08:04 +00:00
Add tqdm to Python requirements (#293)
* Add tqdm to Python requirements * Remove torchvision torchaudio, add requests
This commit is contained in:
@ -6,7 +6,7 @@ RUN apt-get update && \
|
|||||||
apt-get install -y build-essential python3 python3-pip
|
apt-get install -y build-essential python3 python3-pip
|
||||||
|
|
||||||
RUN pip install --upgrade pip setuptools wheel \
|
RUN pip install --upgrade pip setuptools wheel \
|
||||||
&& pip install torch torchvision torchaudio sentencepiece numpy
|
&& pip install numpy requests sentencepiece torch tqdm
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
@ -14,4 +14,4 @@ COPY . .
|
|||||||
|
|
||||||
RUN make
|
RUN make
|
||||||
|
|
||||||
ENTRYPOINT ["/app/.devops/tools.sh"]
|
ENTRYPOINT ["/app/.devops/tools.sh"]
|
||||||
|
Reference in New Issue
Block a user