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

Refactoring/#258 used a non root user to run jupyter in the docker image ai lab #231

Conversation

ckunki
Copy link
Contributor

@ckunki ckunki commented Feb 26, 2024

Closes #66

Additionally Same as AMI and VM Editions also the Docker Edition uses a
non-root user for executing the ansible installation.
Comment on lines +116 to +119
try:
return docker_client.containers.get(self.container_name)
except:
pass
Copy link
Contributor Author

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/general_setup_tasks.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().
doc/user_guide/ami-usage.md Outdated Show resolved Hide resolved
doc/user_guide/docker/docker-usage.md Show resolved Hide resolved
test/codebuild/test_ci.py Outdated Show resolved Hide resolved
test/integration/test_create_dss_docker_image.py Outdated Show resolved Hide resolved
test/integration/test_motd_jupyter_template.py Outdated Show resolved Hide resolved
…update-motd.d/999-jupyter

Co-authored-by: Torsten Kilias <[email protected]>
tkilias
tkilias previously approved these changes Feb 29, 2024
@ckunki ckunki merged commit addfa42 into main Feb 29, 2024
6 checks passed
@ckunki 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use a non-root user to run Jupyter in the Docker Image
2 participants