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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Merge requests
!957
L2SS-1919
: Install correct tangostationcontrol version in Jupyter
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
L2SS-1919
: Install correct tangostationcontrol version in Jupyter
install-proper-tangostationcontrol-version
into
master
Overview
2
Commits
9
Pipelines
0
Changes
2
Merged
Jan David Mol
requested to merge
install-proper-tangostationcontrol-version
into
master
8 months ago
Overview
2
Commits
9
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
feccd220
Show latest version
2 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
feccd220
mention extra download location to pip
· feccd220
Jan David Mol
authored
8 months ago
docker/jupyter-lab/Dockerfile
+
1
−
1
Options
@@ -17,7 +17,7 @@ RUN mamba install --yes 'jupyterlab-git>=0.50.0' && \
RUN
jupyter server extension
enable
--py
jupyterlab_git
COPY
requirements.txt ./
RUN
pip
install
--break-system-packages
-r
requirements.txt
RUN
pip
install
--break-system-packages
-r
requirements.txt
--extra-index-url
=
https://git.astron.nl/api/v4/projects/395/packages/pypi/simple
RUN
rm
requirements.txt
USER
root
Loading