Skip to content

Docker jupyter lab version broken #148

Description

@davidpcls

I had this happen for me on all versions of the bluesky tutorial docker image that I tested. The fix was to create a new docker file that correctly updated jupyter lab.

`
FROM nsls2/tutorials:latest

RUN pip install -U "jupyter-server<2.0.0"
`

Then build the image and run it.

docker build -f bluesky.dockerfile -t fixed-bluesky .

docker run -p 8888:8888 fixed-bluesky:latest

Activity

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

Metadata

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