* Add tqdm to Python requirements
* Remove torchvision torchaudio, add requests
apt-get install -y build-essential python3 python3-pip
RUN pip install --upgrade pip setuptools wheel \
- && pip install torch torchvision torchaudio sentencepiece numpy
+ && pip install numpy requests sentencepiece torch tqdm
WORKDIR /app
RUN make
-ENTRYPOINT ["/app/.devops/tools.sh"]
\ No newline at end of file
+ENTRYPOINT ["/app/.devops/tools.sh"]