Leon4gr45 commited on
Commit
77b09f9
·
verified ·
1 Parent(s): 2104a21

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -13,6 +13,9 @@ ENV BACKEND_INTERNAL_URL="http://localhost:3000"
13
  ENV IS_GENERAL="true"
14
  ENV DISABLE_REGISTRATION="false"
15
 
 
 
 
16
  RUN apt-get update && apt-get install -y --no-install-recommends \
17
  g++ \
18
  make \
 
13
  ENV IS_GENERAL="true"
14
  ENV DISABLE_REGISTRATION="false"
15
 
16
+ # Avoid interactive prompts from debconf/apt
17
+ ARG DEBIAN_FRONTEND=noninteractive
18
+
19
  RUN apt-get update && apt-get install -y --no-install-recommends \
20
  g++ \
21
  make \