Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

fix some minor issues in dockerfile #165

Merged
merged 4 commits into from
Nov 17, 2018
Merged

fix some minor issues in dockerfile #165

merged 4 commits into from
Nov 17, 2018

Conversation

keineahnung2345
Copy link
Contributor

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

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
@facebook-github-bot
Copy link

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

1 similar comment
@facebook-github-bot
Copy link

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Nov 17, 2018
@facebook-github-bot
Copy link

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

Copy link
Contributor

@fmassa fmassa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@fmassa fmassa merged commit 7402db8 into facebookresearch:master Nov 17, 2018
nprasad2021 pushed a commit to nprasad2021/maskrcnn-benchmark that referenced this pull request Jan 29, 2019
* 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
@keineahnung2345 keineahnung2345 deleted the dockerfile branch April 30, 2020 13:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed Do not delete this pull request or issue due to inactivity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants