Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker file pip packages upgrade and dependencies addition - jupyterlab streaming #61

Merged
merged 2 commits into from
Dec 7, 2023

Conversation

jomrdjan
Copy link
Collaborator

@jomrdjan jomrdjan commented Dec 6, 2023

Update versions of pip packages (packages from master branch are blocking docker image build, because of supporting outdated version of date-utils pip package).

Update maven pom dependencies - additional dependencies have been added

Im able to build image locally after changes performed:
image

update dependencies for pip packages
update maven pom dependencies
@jomrdjan jomrdjan requested a review from p-pekala December 6, 2023 10:05
@jomrdjan jomrdjan self-assigned this Dec 6, 2023
jupyterlab==$(conda list -f jupyterlab --json | grep -oP '(?<=\"version\": \")[^\"]*') \
jupyterlab-git \
jupyterlab-lsp \
jupyter-server-proxy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why have you decided to keep it in a Docker file instead of a requirements file? I would prefer requirements I think.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@p-pekala I've uploaded back requirements and changed Dockerfile

Copy link

sonarqubecloud bot commented Dec 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@jomrdjan jomrdjan merged commit 5de0af5 into master Dec 7, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants