Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-example
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor 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
Stefano Bagnasco
docker-example
Commits
96d4dfd4
Commit
96d4dfd4
authored
8 years ago
by
Stefano Bagnasco
Browse files
Options
Downloads
Patches
Plain Diff
Comments added
parent
3d67a114
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-0
3 additions, 0 deletions
Dockerfile
with
3 additions
and
0 deletions
Dockerfile
+
3
−
0
View file @
96d4dfd4
FROM
centos:7
MAINTAINER
stefano.bagnasco@to.infn.it
# Install needed python libraries
RUN
yum
install
-y
numpy python-matplotlib
&&
\
yum clean all
# Add the script file
COPY
mandelbrot.py /usr/lib/mandelbrot.py
RUN
chmod
a+x /usr/lib/mandelbrot.py
# Define entrypoint and default values for args
ENTRYPOINT
["/usr/lib/mandelbrot.py"]
CMD
["50", "50.", "601", "401"]
\ 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