fix: docker build hangs due to interactive tzdata

release-0.2
Meng Zhang 2023-09-08 10:23:57 +08:00 committed by GitHub
parent e1eb3ad100
commit d51336847b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ FROM nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04 as builder
ENV CTRANSLATE2_ROOT=/opt/ctranslate2
COPY --from=source $CTRANSLATE2_ROOT $CTRANSLATE2_ROOT
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl \