-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactoring/#258 used a non root user to run jupyter in the docker image ai lab #231
Merged
ckunki
merged 40 commits into
main
from
refactoring/#258-Used_a_non-root_user_to_run_Jupyter_in_the_Docker_Image_ai-lab
Feb 29, 2024
Merged
Refactoring/#258 used a non root user to run jupyter in the docker image ai lab #231
ckunki
merged 40 commits into
main
from
refactoring/#258-Used_a_non-root_user_to_run_Jupyter_in_the_Docker_Image_ai-lab
Feb 29, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Additionally Same as AMI and VM Editions also the Docker Edition uses a non-root user for executing the ansible installation.
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 27, 2024 08:48 — with
GitHub Actions
Failure
added dependency to gpg-agent
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 27, 2024 10:28 — with
GitHub Actions
Failure
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 27, 2024 11:21 — with
GitHub Actions
Failure
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 27, 2024 12:42 — with
GitHub Actions
Failure
fixed Ansible warning about providing a list of dictionaries to vars: See https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_8.html#deprecated
fixed Ansible warning about providing a list of dictionaries to vars: See https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_8.html#deprecated
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 27, 2024 13:25 — with
GitHub Actions
Failure
…_Jupyter_in_the_Docker_Image_ai-lab
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 27, 2024 13:33 — with
GitHub Actions
Failure
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 27, 2024 13:45 — with
GitHub Actions
Failure
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 27, 2024 13:47 — with
GitHub Actions
Failure
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 27, 2024 13:50 — with
GitHub Actions
Failure
ckunki
commented
Feb 27, 2024
Comment on lines
+116
to
+119
try: | ||
return docker_client.containers.get(self.container_name) | ||
except: | ||
pass |
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.
I added these lines to speed up testing Ansible tasks
exasol/ds/sandbox/runtime/ansible/roles/jupyter/tasks/pip-install.yml
Outdated
Show resolved
Hide resolved
tkilias
requested changes
Feb 27, 2024
exasol/ds/sandbox/runtime/ansible/roles/jupyter/tasks/pip-install.yml
Outdated
Show resolved
Hide resolved
As integration tests in test_create_dss_docker_image.py failed with timeout error in test_install_notebook_connector during docker.commit().
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 27, 2024 16:39 — with
GitHub Actions
Failure
[run-notebook-tests]
ckunki
had a problem deploying
to
AWS_SAGEMAKER
February 28, 2024 12:10 — with
GitHub Actions
Failure
…_Jupyter_in_the_Docker_Image_ai-lab
tkilias
requested changes
Feb 28, 2024
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 28, 2024 15:03 — with
GitHub Actions
Failure
tkilias
reviewed
Feb 29, 2024
exasol/ds/sandbox/runtime/ansible/roles/jupyter/templates/etc/update-motd.d/999-jupyter
Outdated
Show resolved
Hide resolved
…update-motd.d/999-jupyter Co-authored-by: Torsten Kilias <[email protected]>
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 29, 2024 10:01 — with
GitHub Actions
Failure
ckunki
had a problem deploying
to
AWS_CI_TESTS
February 29, 2024 10:03 — with
GitHub Actions
Failure
tkilias
previously approved these changes
Feb 29, 2024
…_Jupyter_in_the_Docker_Image_ai-lab
tkilias
approved these changes
Feb 29, 2024
ckunki
deleted the
refactoring/#258-Used_a_non-root_user_to_run_Jupyter_in_the_Docker_Image_ai-lab
branch
February 29, 2024 13:28
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #66