Skip to content

start script support #192

Open
Open
@jvail

Description

It seems adding the start script mentioned here has no effect in plasma. I guess because there is a custom tljh_plasma/entrypoint/entrypoint.sh script.
I did change the file and added source ./start here

cd ${IMAGE_DIR}
# execute the notebook process as the given user
exec su - $NB_USER -m -c '"$0" "$@"' -- "$@"

Did I miss something or is there a proper way to execute the start script. If not maybe it is possible to add a line to entrypoint.sh?

Thank you
Jan

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions