Skip to content

Commit

Permalink
Removed commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Mar 5, 2024
1 parent 5bcfb49 commit a1887ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion exasol/ds/sandbox/lib/dss_docker/create_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def _commit_container(
notebook_folder_initial = get_fact(facts, "notebook_folder", "initial")
conf = {
"Entrypoint": entrypoint(facts),
# "User": get_fact(facts, "jupyter", "user"),
"Cmd": [],
"Volumes": {notebook_folder_final: {}, },
"ExposedPorts": {f"{port}/tcp": {}},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def exit_on_error(rc):
binary_path,
f"--notebook-dir={notebook_dir}",
"--no-browser",
"--allow-root"
"--allow-root",
]

env = os.environ.copy()
Expand Down

0 comments on commit a1887ab

Please sign in to comment.