Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GenerateDockerImages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
MoReFEM
CoreLibrary
GenerateDockerImages
Commits
0ac92d42
Commit
0ac92d42
authored
1 year ago
by
GILLES Sebastien
Browse files
Options
Downloads
Patches
Plain Diff
Fix right issues in the Dockerfile.
parent
a2aaf2da
No related branches found
No related tags found
No related merge requests found
Pipeline
#1157390
canceled
3 months ago
Stage: deploy
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+6
-8
6 additions, 8 deletions
Dockerfile
with
6 additions
and
8 deletions
Dockerfile
+
6
−
8
View file @
0ac92d42
...
...
@@ -20,25 +20,23 @@ ARG is_single_library
ARG
library_type
USER
root
WORKDIR
MoReFEM
RUN
mkdir
-p
build_docker
RUN
chmod
777 build_docker /opt
WORKDIR
/home/${USER}/Codes/MoReFEM
RUN
chmod
777 /opt
RUN
chown
-R
${
USER
}
.
USER
${USER}
RUN
mkdir
-p
build_docker Documentation ExternalTools/ClangFormat
COPY
Sources Sources
COPY
cmake cmake
COPY
Scripts Scripts
COPY
CMakeLists.txt CMakeLists.txt
COPY
Data Data
RUN
mkdir
-p
Documentation ExternalTools/ClangFormat
COPY
Documentation/CopyrightNotice.txt Documentation/CopyrightNotice.txt
COPY
ExternalTools/ClangFormat/clang-format ExternalTools/ClangFormat/clang-format
WORKDIR
build_docker
WORKDIR
/home/${USER}/Codes/MoReFEM/
build_docker
RUN
python3 ../cmake/Scripts/configure_cmake.py
--cache_file
=
../cmake/PreCache/linux.cmake
--cmake_args
=
"-G Ninja"
--install_directory
=
/opt
--third_party_directory
=
/opt
--morefem_as_single_library
=
${
is_single_library
}
--mode
=
${
mode
}
--library_type
=
${
library_type
}
...
...
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