Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

pin versions of all python dependencies #56

Merged
merged 3 commits into from
Jun 22, 2019

Conversation

icywang86rui
Copy link
Contributor

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@@ -41,7 +41,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1

# cython, falcon, gunicorn
RUN \
${PIP} install cython falcon gunicorn gevent requests
${PIP} install cython==0.29.10 falcon==2.0.0 gunicorn==19.9.0 gevent==1.4.0 requests==2.22.0
Copy link
Contributor

Choose a reason for hiding this comment

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

  • why only for 1.13?
  • why divergent pip args for cpu and gpu?
  • what about ei?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Pinning version is a requirement for the asimov containers. only 1.13 tfs containers are merged with the asimov dependencies. The discrepancies of dependencies are from the asimov side.

Choose a reason for hiding this comment

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

The requests version for the rest of the Python3 Docker files are pinned to 2.21.0. Are we sure we want to pin the version here to be 2.22.0?

@laurenyu laurenyu merged commit 775a562 into aws:asimov Jun 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants