Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LINC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
ResearchAndDevelopment
LINC
Commits
53fae2ba
Commit
53fae2ba
authored
5 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Add dockerfile from lofaruser
Former-commit-id:
d59b3dbd
parent
301cf69a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Docker/Dockerfile
+6
-2
6 additions, 2 deletions
Docker/Dockerfile
with
6 additions
and
2 deletions
Docker/Dockerfile
+
6
−
2
View file @
53fae2ba
FROM
lofar
/lofar
-pipeline
FROM
lofar
user/imaging
-pipeline
SHELL
["/bin/bash", "-c"]
SHELL
["/bin/bash", "-c"]
RUN
mkdir
/home/lofaruser/
&&
\
RUN
mkdir
/home/lofaruser/
&&
\
...
@@ -11,9 +11,13 @@ RUN python3 -m pip install cwltool cwl-runner git+https://github.com/darafferty/
...
@@ -11,9 +11,13 @@ RUN python3 -m pip install cwltool cwl-runner git+https://github.com/darafferty/
ADD
L570745_uv_first10.MS.tar.xz /data
ADD
L570745_uv_first10.MS.tar.xz /data
ADD
skymodels.tar.gz /data/skymodels
ADD
skymodels.tar.gz /data/skymodels
ADD
.entrypoint /home/lofaruser/.entrypoint
RUN
chown
lofaruser:lofaruser /home/lofaruser/.entrypoint
&&
\
chmod +rx /home/lofaruser/.entrypoint
WORKDIR
/home/lofaruser
COPY
scripts/* /usr/local/bin/
COPY
scripts/* /usr/local/bin/
RUN
chmod
+rx /usr/local/bin/
*
RUN
chmod
+rx /usr/local/bin/
*
ENV
PYTHONPATH="/usr/local/bin:${PYTHONPATH}"
ENV
PYTHONPATH="/usr/local/bin:${PYTHONPATH}"
#
ENTRYPOINT ["/home/lofaruser/.entrypoint"]
ENTRYPOINT
["/home/lofaruser/.entrypoint"]
USER
lofaruser
USER
lofaruser
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