Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
Jupyter Docker Stacks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
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
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
KIT
ETP-Lehre
Jupyter Docker Stacks
Commits
e545ec16
Commit
e545ec16
authored
5 months ago
by
Cedric Verstege
Browse files
Options
Downloads
Patches
Plain Diff
Update basic container
parent
073c4c6b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
data-analysis-basic/Dockerfile
+6
-4
6 additions, 4 deletions
data-analysis-basic/Dockerfile
with
6 additions
and
4 deletions
data-analysis-basic/Dockerfile
+
6
−
4
View file @
e545ec16
ARG
REGISTRY=quay.io
ARG
OWNER=jupyter
ARG
BASE_CONTAINER=$REGISTRY/$OWNER/scipy-notebook
ARG
TAG=2024-10-21
ARG
BASE_CONTAINER=$REGISTRY/$OWNER/scipy-notebook:$TAG
FROM
$BASE_CONTAINER
LABEL
maintainer="Faculty of Physics, KIT"
...
...
@@ -13,11 +14,12 @@ USER ${NB_UID}
# Install Python 3 packages
RUN
python
-m
pip
install
--no-cache-dir
\
'kafe2==2.
8.3
'
\
'PhyPraKit==1.2.
7
'
&&
\
'kafe2==2.
9.0
'
\
'PhyPraKit==1.2.
8
'
&&
\
fix-permissions
"
${
CONDA_DIR
}
"
&&
\
fix-permissions
"/home/
${
NB_USER
}
"
USER
${NB_UID}
WORKDIR
"${HOME}"
\ No newline at end of file
WORKDIR
"${HOME}"
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