• 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
.github/ISSUE_TEMPLATE Loading commit data...
configs Loading commit data...
demo Loading commit data...
docker Loading commit data...
maskrcnn_benchmark Loading commit data...
tests Loading commit data...
tools Loading commit data...
.flake8 Loading commit data...
.gitignore Loading commit data...
ABSTRACTIONS.md Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
INSTALL.md Loading commit data...
LICENSE Loading commit data...
MODEL_ZOO.md Loading commit data...
README.md Loading commit data...
TROUBLESHOOTING.md Loading commit data...
setup.py Loading commit data...