mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 21:39:52 +00:00
Add tqdm to Python requirements (#293)
* Add tqdm to Python requirements * Remove torchvision torchaudio, add requests
This commit is contained in:
parent
da5303c1ea
commit
5cb63e2493
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user