Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docker] Missing requirements.txt file crashing build #82

Closed
prusayn opened this issue Jan 23, 2019 · 2 comments
Closed

[docker] Missing requirements.txt file crashing build #82

prusayn opened this issue Jan 23, 2019 · 2 comments

Comments

@prusayn
Copy link

prusayn commented Jan 23, 2019

Because of specification of base image python:3-onbuild it need requirements.txt. Oherwise it cause error and don't allow to build image. Problem exists in master branch.

Easiest fix is to just create empty requirements.txt file in project root dir. It would be nice to move dependencies in Dockerfile:

pip3 install -U pip setuptools wheel

to requirements file.

@acyuta108
Copy link

@prusayn why don't you create a pull request?

@atb00ker
Copy link
Member

It's outdated now because we have moved to pipenv in this repository now.
I am afraid that the docker image needs to be made from stratch now.
Some work is done here: #111

(Closing this for now, please feel free to reanimate if required.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants