We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0f8cf commit ff5e8f6Copy full SHA for ff5e8f6
1 file changed
renku/core/session/docker.py
@@ -356,6 +356,9 @@ def session_start_helper(consider_disk_request: bool):
356
environment["CHOWN_HOME"] = "yes"
357
environment["CHOWN_HOME_OPTS"] = "-R"
358
359
+ if "force_build" in kwargs:
360
+ del kwargs["force_build"]
361
+
362
container = self.docker_client().containers.run(
363
image_name,
364
'jupyter notebook --NotebookApp.ip="0.0.0.0"'
0 commit comments