Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-profile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hotwheels
gitlab-profile
Commits
32de309d
Commit
32de309d
authored
3 months ago
by
Your Name
Browse files
Options
Downloads
Patches
Plain Diff
new dockerfile
parent
8f63bdfa
No related branches found
No related tags found
No related merge requests found
Pipeline
#26050
failed
3 months ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+0
-1
0 additions, 1 deletion
.gitignore
Dockerfile
+13
-0
13 additions, 0 deletions
Dockerfile
with
13 additions
and
1 deletion
.gitignore
+
0
−
1
View file @
32de309d
...
@@ -6,7 +6,6 @@ __pycache__/
...
@@ -6,7 +6,6 @@ __pycache__/
.env
.env
*env/
*env/
libclang*so
libclang*so
Dockerfile
build/
build/
*egg-info/
*egg-info/
*png
*png
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
0 → 100644
+
13
−
0
View file @
32de309d
FROM
debian:latest
ENV
DEBIAN_FRONTEND=noninteractive
RUN
apt-get update
RUN
apt-get
install
-y
bash git wget gcc-12 openmpi-bin libopenmpi-dev build-essential python3 pip indent libgsl-dev libgsl27 libfftw3-dev libfftw3-mpi-dev
RUN
rm
/usr/lib/python
*
/EXTERNALLY-MANAGED
RUN
pip
install
-U
autopep8 Jinja2 numpy PyYAML libclang matplotlib numba
ENV
EC_FLAGS="-Wl,--no-as-needed"
ENV
EC_BUILD=/root/build/
ENV
EC_DATA=/root/data/
ENV
MPIRUN='mpirun --allow-run-as-root -n 2'
ENV
OMP_NUM_THREADS=2
RUN
mkdir
-p
$EC_BUILD
RUN
mkdir
-p
$EC_DATA
\ No newline at end of file
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