Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
72b9dce2
Commit
72b9dce2
authored
3 months ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
try fix regression in jupyter
parent
123eaa82
No related branches found
Tags
v0.47.1-4
Tags containing commit
1 merge request
!1067
Fix release issues
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/jupyter-lab/Dockerfile
+1
-1
1 addition, 1 deletion
docker/jupyter-lab/Dockerfile
docker/jupyter-lab/requirements.txt
+3
-1
3 additions, 1 deletion
docker/jupyter-lab/requirements.txt
with
4 additions
and
2 deletions
docker/jupyter-lab/Dockerfile
+
1
−
1
View file @
72b9dce2
FROM
quay.io/jupyter/scipy-notebook:la
b-4.3.3
FROM
quay.io/jupyter/scipy-notebook:la
test
USER
root
RUN
--mount
=
type
=
cache,target
=
/var/cache/apt
\
...
...
This diff is collapsed.
Click to expand it.
docker/jupyter-lab/requirements.txt
+
3
−
1
View file @
72b9dce2
...
...
@@ -5,7 +5,9 @@ notebook-as-pdf
PyPDF2==2.12.1 # until https://github.com/betatim/notebook-as-pdf/issues/40 hits a notebook-as-pdf release
jupyterlab-git >= 0.50.0 # BSD-3
jupyter-collaboration >= 3.0.0 # 3-Clause BSD
jupyter_server_nbmodel[lab,rtc] # BSD-3
# disabled as it breaks on JupyterLab 4.3.5 (cells do not run)
#jupyter_server_nbmodel[lab,rtc] # BSD-3
# high-level access to station components.
# NB: tangostationcontrol will also install lofar-station-client. The latter
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment