Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
course-container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
EnJoY
course-container
Commits
be894673
Commit
be894673
authored
1 year ago
by
Christian Winter
Browse files
Options
Downloads
Patches
Plain Diff
include bash_kernel in all images
parent
fc701ca6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
basis/Dockerfile
+1
-1
1 addition, 1 deletion
basis/Dockerfile
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
0
View file @
be894673
...
...
@@ -11,6 +11,7 @@ variables:
rules
:
-
changes
:
-
$IMAGE_NAME/Dockerfile
-
basis/*
before_script
:
-
docker login -u $DOCKER_HUB_USER -p $DOCKER_TOKEN
script
:
...
...
This diff is collapsed.
Click to expand it.
basis/Dockerfile
+
1
−
1
View file @
be894673
...
...
@@ -25,7 +25,7 @@ RUN apt-get update -y && apt-get upgrade -y && \
### installing pip packages
RUN
pip
install
numpy seaborn scipy matplotlib uncertainties pyunfold PhyPraKit pandas
\
kafe2 pydot graphviz scikit-learn jupytext nbgitpuller jupyterlab-git ipympl pyarrow ipywidgets jupyter-server
--upgrade
--no-cache-dir
kafe2 pydot graphviz scikit-learn jupytext nbgitpuller jupyterlab-git ipympl pyarrow ipywidgets jupyter-server
bash_kernel
--upgrade
--no-cache-dir
RUN
pip
install
iminuit
--no-cache
...
...
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