Skip to content

Conversation

@seanpmorgan
Copy link
Member

@seanpmorgan seanpmorgan commented Jul 31, 2019

@Squadrick @tensorflow/sig-addons-maintainers this should work better. Apologies.

Installing py36 is only safe to do knowing the user is running in a docker container.

@seanpmorgan seanpmorgan requested a review from a team as a code owner July 31, 2019 21:06
@Squadrick
Copy link
Member

We can get this merged as soon as the test suite passes.

@Squadrick Squadrick merged commit 05f50b5 into tensorflow:master Jul 31, 2019
fi

DOCKER_CMD="ln -sf ${PYTHON_LIB} /usr/bin/python && ${COMMAND}"
DOCKER_CMD="tools/ci_testing/install_py36.sh && ln -sf ${PYTHON_LIB} /usr/bin/python && ${COMMAND}"
Copy link
Member

@facaiy facaiy Aug 1, 2019

Choose a reason for hiding this comment

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

How about moving the installation to 79 line ?

case ${PYTHON} in
    py2) ENVIRONMENT_CMD = xxx
    py3) ENVIRONMENT_CMD = install_py36.sh and set environment variable

DOCER_CMD="${ENVIRONMENT_CMD} && ${COMMAND}"

@seanpmorgan seanpmorgan deleted the fix-py36 branch August 1, 2019 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants