Remove torchvision torchaudio, add requests

This commit is contained in:
Stephan Walter 2023-03-19 13:58:04 +00:00 committed by GitHub
parent 14e98b8e13
commit aa79d7d40e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ RUN apt-get update && \
apt-get install -y build-essential python3 python3-pip
RUN pip install --upgrade pip setuptools wheel \
&& pip install torch torchvision torchaudio sentencepiece numpy tqdm
&& pip install numpy requests sentencepiece torch tqdm
WORKDIR /app