Skip to content

Commit 5cb63e2

Browse files
authored
Add tqdm to Python requirements (#293)
* Add tqdm to Python requirements * Remove torchvision torchaudio, add requests
1 parent da5303c commit 5cb63e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devops/full.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ RUN apt-get update && \
66
apt-get install -y build-essential python3 python3-pip
77

88
RUN pip install --upgrade pip setuptools wheel \
9-
&& pip install torch torchvision torchaudio sentencepiece numpy
9+
&& pip install numpy requests sentencepiece torch tqdm
1010

1111
WORKDIR /app
1212

1313
COPY . .
1414

1515
RUN make
1616

17-
ENTRYPOINT ["/app/.devops/tools.sh"]
17+
ENTRYPOINT ["/app/.devops/tools.sh"]

0 commit comments

Comments
 (0)