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
073c4c6b
Commit
073c4c6b
authored
7 months ago
by
Christian Winter
Browse files
Options
Downloads
Patches
Plain Diff
working version of data-analysis-advanced container and fixed versions
parent
1bdb1021
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
data-analysis-advanced/Dockerfile
+8
-8
8 additions, 8 deletions
data-analysis-advanced/Dockerfile
data-analysis-advanced/README.md
+22
-0
22 additions, 0 deletions
data-analysis-advanced/README.md
geant4-notebook/Dockerfile
+1
-1
1 addition, 1 deletion
geant4-notebook/Dockerfile
with
31 additions
and
9 deletions
data-analysis-advanced/Dockerfile
+
8
−
8
View file @
073c4c6b
ARG
REGISTRY=quay.io
ARG
OWNER=jupyter
ARG
BASE_CONTAINER=$REGISTRY/$OWNER/tensorflow-notebook
ARG
BASE_CONTAINER=$REGISTRY/$OWNER/tensorflow-notebook
:notebook-7.2.2
FROM
$BASE_CONTAINER
LABEL
maintainer="Faculty of Physics, KIT"
...
...
@@ -13,13 +13,13 @@ USER ${NB_UID}
# Install Python 3 packages
RUN
mamba
install
--yes
\
'ROOT'
\
'uproot'
\
'vector'
\
'awkward'
\
'lxml'
\
'pytables'
\
'requests-ftp'
&&
\
'ROOT
==6.32.2
'
\
'uproot
==5.3.12
'
\
'vector
==1.5.1
'
\
'awkward
==2.6.7
'
\
'lxml
==5.3.0
'
\
'pytables
==3.10.1
'
\
'requests-ftp
==0.3.1
'
&&
\
mamba clean
--all
-f
-y
&&
\
fix-permissions
"
${
CONDA_DIR
}
"
&&
\
fix-permissions
"/home/
${
NB_USER
}
"
...
...
This diff is collapsed.
Click to expand it.
data-analysis-advanced/README.md
+
22
−
0
View file @
073c4c6b
...
...
@@ -11,3 +11,25 @@ Additionally the following packages are installed:
-
pytables
-
requests-ftp
## Lectures
The following lectures are using this docker images in their exercises:
-
Moderne Methoden der Datenanalyse (MDMA)
-
Teilchenphysik 1 (TP 1)
## Test the image
To test the image run
```
bash
docker pull kitphysics/data-analysis-advanced:latest
```
to pull the image and
```
bash
docker run
-it
-p
8888:8888 kitphysics/data-analysis-advanced:latest
```
to run it. Press on the link in the output to open JupyterLab in your browser.
This diff is collapsed.
Click to expand it.
geant4-notebook/Dockerfile
+
1
−
1
View file @
073c4c6b
ARG
REGISTRY=quay.io
ARG
OWNER=jupyter
ARG
BASE_CONTAINER=$REGISTRY/$OWNER/scipy-notebook
ARG
BASE_CONTAINER=$REGISTRY/$OWNER/scipy-notebook
:notebook-7.2.2
FROM
$BASE_CONTAINER
LABEL
maintainer="Faculty of Physics, KIT"
...
...
This diff is collapsed.
Click to expand it.
Christian Winter
@christian.winter2
mentioned in issue
#3 (closed)
·
7 months ago
mentioned in issue
#3 (closed)
mentioned in issue #3
Toggle commit list
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