-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: update jupyter-tensorflow-full rock for 1.8 #49
base: main
Are you sure you want to change the base?
Conversation
@@ -25,10 +25,10 @@ def main(): | |||
container_id = container_id[0:12] | |||
|
|||
# to ensure container is started | |||
time.sleep(5) | |||
time.sleep(10) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we going to add tenacity
here instead of sleep
?
@NohaIhab We need to update comments to indicate new branch:
|
We are hitting incompatibility issues in our Jupyter Tensorflow ROCK.
This is causing issues with
Looks like issue is fixed in Options:
|
Upstream
|
Summary of changes: - Added test imports script and updated tox.ini to call it.
143628d
to
27e2ae8
Compare
Added imports tests with commented out (TO-DO) Created issue to track it: #53 |
Summary of changes: - Updated environment variables handling and service command to use env variables.
Update the
jupyter-tensorflow-full
rock for 1.8, based on the upstream imageSummary of changes
v1.8-branch
Testing
Note: the rock was built before running the test