• keineahnung2345's avatar
    fix some minor issues in dockerfile (#165) · 7402db8b
    keineahnung2345 authored
    * fix some minor issues in dockerfile
    
    
    RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
    fixes
    debconf: unable to initialize frontend: Dialog
    debconf: (TERM is not set, so the dialog frontend is not usable.)
    debconf: falling back to frontend: Readline
    debconf: unable to initialize frontend: Readline
    debconf: (This frontend requires a controlling tty.)
    debconf: falling back to frontend: Teletype
    dpkg-preconfigure: unable to re-open stdin: 
    
    RUN apt-get update -y && apt-get install -y apt-utils
    fixes
    debconf: delaying package configuration, since apt-utils is not installed
    
    * remove redundant command
    
    * add -y to conda install and pip install
    
    * remove -y from pip install
    7402db8b
Name
Last commit
Last update
..
Dockerfile Loading commit data...