Skip to content

Commit 1046f40

Browse files
olevskileafty
andcommitted
fix: run the /post-init.sh script if present
Co-authored-by: Flora Thiebaut <flora.thiebaut@sdsc.ethz.ch>
1 parent 8d63208 commit 1046f40

9 files changed

Lines changed: 75 additions & 121 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ result
8787
*.pem
8888
*.gz
8989
*.tgz
90+
.dmypy.json

components/renku_data_services/migrations/versions/1ef98b967767_add_command_and_args_to_environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
default_command = ["sh", "-c"]
2020
default_args = [
21-
"jupyter server --ServerApp.ip=0.0.0.0 --ServerApp.port=8888 --ServerApp.base_url=$RENKU_BASE_URL_PATH "
21+
"/entrypoint.sh jupyter server --ServerApp.ip=0.0.0.0 --ServerApp.port=8888 --ServerApp.base_url=$RENKU_BASE_URL_PATH "
2222
'--ServerApp.token="" --ServerApp.password="" --ServerApp.allow_remote_access=true '
2323
"--ContentsManager.allow_hidden=true --ServerApp.allow_origin=*",
2424
]

components/renku_data_services/migrations/versions/584598f3b769_expand_and_separate_environments_from_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
working_dir: str = "/home/jovyan/work"
2121
mount_dir: str = "/home/jovyan/work"
2222
uid: int = 1000
23-
gid: int = 1000
23+
gid: int = 100
2424
port: int = 8888
2525

2626

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)