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
a2a9365a
Commit
a2a9365a
authored
1 year ago
by
GILLES Sebastien
Browse files
Options
Downloads
Patches
Plain Diff
Start adding copy (the ones that worked so far).
parent
9c8483ef
No related branches found
No related tags found
No related merge requests found
Pipeline
#976387
passed
1 year ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+7
-10
7 additions, 10 deletions
Dockerfile
with
7 additions
and
10 deletions
Dockerfile
+
7
−
10
View file @
a2a9365a
...
...
@@ -22,18 +22,15 @@ ARG library_type
RUN
pwd
RUN
ls
-alrt
# USER root
# WORKDIR /home/${USER}/Codes/MoReFEM
# RUN mkdir -p build_docker
USER
root
RUN
chmod
777 /opt
# RUN chmod 777 build_docker /opt
# USER ${USER}
USER
${USER}
WORKDIR
/home/${USER}/Codes/MoReFEM
RUN
mkdir
-p
build_docker
#
COPY Sources Sources
#
COPY cmake cmake
COPY
Sources Sources
COPY
cmake cmake
# COPY Scripts Scripts
# COPY CMakeLists.txt CMakeLists.txt
# COPY Data Data
...
...
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