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

Updated Dependencies and DockerFile #1202

Merged
merged 1 commit into from
Jan 22, 2023
Merged

Conversation

Cyber-Machine
Copy link
Contributor

@Cyber-Machine Cyber-Machine commented Jan 19, 2023

Solves: #1201

I was trying to build the docker container, but it showed errors due to mismatched dependencies.

You do not have pycocotools installed, so KerasCV pycoco metrics are not available. Please run `pip install pycocotools`.

Also had to downgrade keras-cv as

RuntimeError: For project keras_cv, URL https://github.com/keras-team/keras-cv/tree/v0.3.4/ has version number 0.3.4 which does not match the current imported package version 0.4.1

Also had to get keras-nlp from the source as pip didn't have the latest version 0.4.0 available and had to upgrade python as keras-nlp doesn't support python:3.7.

Copy link
Contributor

@fchollet fchollet left a comment

Choose a reason for hiding this comment

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

For the time being that's correct. Thanks!

@fchollet fchollet merged commit ae10725 into keras-team:master Jan 22, 2023
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

Successfully merging this pull request may close these issues.

2 participants