sony / nnabla

Neural Network Libraries
https://nnabla.org/
Apache License 2.0
2.73k stars 334 forks source link

Make dockerfiles noninteractive while building #1216

Closed TomonobuTsujikawa closed 1 year ago

TomonobuTsujikawa commented 1 year ago

Fix the issue on building docker image:

Configuring tzdata
------------------
Please select the geographic area in which you live. Subsequent configuration
questions will narrow this down by presenting a list of cities, representing
the time zones in which they are located.
  1. Africa      4. Australia  7. Atlantic  10. Pacific  13. Etc
  2. America     5. Arctic     8. Europe    11. SystemV
  3. Antarctica  6. Asia       9. Indian    12. US
Geographic area: 
Session terminated, terminating shell... ...terminated.

In addition, we remove ENV DEBIAN_FRONTEND noninteractive and specify it directly as DEBIAN_FRONTEND=noninteractive apt-get ...