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
Commits
e9a3fa64
Commit
e9a3fa64
authored
3 years ago
by
Stefano Di Frischia
Browse files
Options
Downloads
Patches
Plain Diff
Python-Mysql modules added to container environment
parent
6341a544
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!59
L2SS-234: Inspect archive from python
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose/itango/lofar-requirements.txt
+1
-0
1 addition, 0 deletions
docker-compose/itango/lofar-requirements.txt
docker-compose/jupyter/Dockerfile
+3
-0
3 additions, 0 deletions
docker-compose/jupyter/Dockerfile
with
4 additions
and
0 deletions
docker-compose/itango/lofar-requirements.txt
+
1
−
0
View file @
e9a3fa64
...
...
@@ -4,3 +4,4 @@ opcua >= 0.98.13
astropy
python-logstash-async
gitpython
mysql-connector-python
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docker-compose/jupyter/Dockerfile
+
3
−
0
View file @
e9a3fa64
...
...
@@ -23,6 +23,9 @@ COPY jupyter-kernels /usr/local/share/jupyter/kernels/
RUN
sudo
pip3
install
python-logstash-async
COPY
jupyter-notebook /usr/local/bin/jupyter-notebook
#Install further python modules
RUN
sudo
pip3
install
mysql-connector-python
# Add Tini. Tini operates as a process subreaper for jupyter. This prevents kernel crashes.
ENV
TINI_VERSION v0.6.0
ENV
JUPYTER_RUNTIME_DIR=/tmp
...
...
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