We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5303c commit 5cb63e2Copy full SHA for 5cb63e2
.devops/full.Dockerfile
@@ -6,12 +6,12 @@ RUN apt-get update && \
6
apt-get install -y build-essential python3 python3-pip
7
8
RUN pip install --upgrade pip setuptools wheel \
9
- && pip install torch torchvision torchaudio sentencepiece numpy
+ && pip install numpy requests sentencepiece torch tqdm
10
11
WORKDIR /app
12
13
COPY . .
14
15
RUN make
16
17
-ENTRYPOINT ["/app/.devops/tools.sh"]
+ENTRYPOINT ["/app/.devops/tools.sh"]
0 commit comments