Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grk-python-workshop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Frank Sauerburger
grk-python-workshop
Commits
0877e012
Commit
0877e012
authored
5 years ago
by
Lukas Heinrich
Browse files
Options
Downloads
Patches
Plain Diff
more things
parent
063bacfa
No related branches found
No related tags found
1 merge request
!8
Mittwoch
Pipeline
#1157116
failed
5 years ago
Stage: test
Stage: build
Stage: post_test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-1
2 additions, 1 deletion
Dockerfile
requirements.txt
+3
-0
3 additions, 0 deletions
requirements.txt
with
5 additions
and
1 deletion
Dockerfile
+
2
−
1
View file @
0877e012
...
...
@@ -6,7 +6,7 @@ RUN \
apt-get
-qq
-y
upgrade
&&
\
apt-get
install
-y
jq git tree hdf5-tools bash-completion
&&
\
apt-get
install
-y
ffmpeg vim emacs
&&
\
apt-get
install
-y
gcc libopenmpi-dev openmpi-bin
&&
\
apt-get
install
-y
gcc libopenmpi-dev openmpi-bin
graphviz
&&
\
apt-get clean
&&
\
rm
-rf
/var/lib/apt-get/lists/
*
&&
\
true
...
...
@@ -26,3 +26,4 @@ USER grk
WORKDIR
/home/grk
CMD
/bin/bash
This diff is collapsed.
Click to expand it.
requirements.txt
+
3
−
0
View file @
0877e012
...
...
@@ -20,3 +20,6 @@ numba
mpi4py
Cython
sympy
jax
jaxlib
graphviz
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