Skip to content
GitLab
Explore
Sign in
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
7754e683
Commit
7754e683
authored
3 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Added Maaijke's pabeam software to the Jupyter notebook
parent
f63938e3
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose/jupyter/Dockerfile
+4
-1
4 additions, 1 deletion
docker-compose/jupyter/Dockerfile
docker-compose/jupyter/requirements.txt
+5
-0
5 additions, 0 deletions
docker-compose/jupyter/requirements.txt
with
9 additions
and
1 deletion
docker-compose/jupyter/Dockerfile
+
4
−
1
View file @
7754e683
...
@@ -9,6 +9,9 @@ ARG CONTAINER_EXECUTION_UID=1000
...
@@ -9,6 +9,9 @@ ARG CONTAINER_EXECUTION_UID=1000
RUN
sudo
adduser
--disabled-password
--system
--uid
${
CONTAINER_EXECUTION_UID
}
--no-create-home
--home
${
HOME
}
user
||
exit
0
RUN
sudo
adduser
--disabled-password
--system
--uid
${
CONTAINER_EXECUTION_UID
}
--no-create-home
--home
${
HOME
}
user
||
exit
0
RUN
sudo chown
${
CONTAINER_EXECUTION_UID
}
-R
${
HOME
}
RUN
sudo chown
${
CONTAINER_EXECUTION_UID
}
-R
${
HOME
}
# Install git to install pip requirements from git
RUN
sudo
apt-get
install
-y
git
COPY
requirements.txt ./
COPY
requirements.txt ./
RUN
sudo
pip3
install
-r
requirements.txt
RUN
sudo
pip3
install
-r
requirements.txt
...
@@ -18,7 +21,7 @@ RUN sudo apt-get update -y
...
@@ -18,7 +21,7 @@ RUN sudo apt-get update -y
RUN
sudo
apt-get
install
-y
git gconf-service libasound2 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget libcairo-gobject2 libxinerama1 libgtk2.0-0 libpangoft2-1.0-0 libthai0 libpixman-1-0 libxcb-render0 libharfbuzz0b libdatrie1 libgraphite2-3 libgbm1
RUN
sudo
apt-get
install
-y
git gconf-service libasound2 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget libcairo-gobject2 libxinerama1 libgtk2.0-0 libpangoft2-1.0-0 libthai0 libpixman-1-0 libxcb-render0 libharfbuzz0b libdatrie1 libgraphite2-3 libgbm1
# Allow Download as -> PDF via LaTeX
# Allow Download as -> PDF via LaTeX
RUN
sudo
apt-get
install
-y
texlive-xetex texlive-fonts-recommended texlive-latex-recommended
RUN
sudo
apt-get
install
-y
texlive-xetex texlive-fonts-recommended texlive-latex-recommended
cm-super
# Configure jupyter_bokeh
# Configure jupyter_bokeh
RUN
sudo mkdir
-p
/usr/share/jupyter /usr/etc
RUN
sudo mkdir
-p
/usr/share/jupyter /usr/etc
...
...
This diff is collapsed.
Click to expand it.
docker-compose/jupyter/requirements.txt
+
5
−
0
View file @
7754e683
...
@@ -14,3 +14,8 @@ sqlalchemy
...
@@ -14,3 +14,8 @@ sqlalchemy
pyvisa
pyvisa
pyvisa-py
pyvisa-py
opcua
opcua
numpy
scipy
pabeam@git+https://git.astron.nl/mevius/grate # Apache2
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