Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moose
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Sahil Moza
moose
Commits
6d1d00dd
Commit
6d1d00dd
authored
7 years ago
by
Dilawar Singh
Browse files
Options
Downloads
Patches
Plain Diff
Added dockerfile for various versions.
parent
aa3661e3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
DockerFiles/chamcham
+1
-0
1 addition, 0 deletions
DockerFiles/chamcham
DockerFiles/chennapoda
+1
-0
1 addition, 0 deletions
DockerFiles/chennapoda
Dockerfile
+0
-26
0 additions, 26 deletions
Dockerfile
with
2 additions
and
26 deletions
DockerFiles/chamcham
0 → 120000
+
1
−
0
View file @
6d1d00dd
3.2
\ No newline at end of file
This diff is collapsed.
Click to expand it.
DockerFiles/chennapoda
0 → 120000
+
1
−
0
View file @
6d1d00dd
3.3
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Dockerfile
deleted
100644 → 0
+
0
−
26
View file @
aa3661e3
FROM
ubuntu:16.04
MAINTAINER
Dilawar Singh <dilawar.s.rajput@gmail.com>
# If you are behind proxy, uncomment the following lines with appropriate
# values.
ENV
http_proxy http://proxy.ncbs.res.in:3128
ENV
https_proxy http://proxy.ncbs.res.in:3128
RUN
apt-get update
RUN
apt-get
install
-y
wget x11-apps xorg
RUN
apt-get
install
-y
python-matplotlib python-numpy
RUN
apt-get
install
-y
python-pip python-networkx graphviz python-scipy
RUN
apt-get
install
-y
python-pygraphviz
RUN
pip
install
python-libsbml
# Install the package from STABLE channel.
RUN
wget
-nv
https://download.opensuse.org/repositories/home:moose/xUbuntu_16.04/Release.key
-O
/tmp/Release.key
RUN
apt-key add - < /tmp/Release.key
RUN
sh
-c
"echo 'deb http://download.opensuse.org/repositories/home:/moose/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/moose.list"
RUN
apt-get update
&&
apt-get
install
-y
--allow-unauthenticated
moose
RUN
adduser
--disabled-password
--gecos
''
mooser
USER
mooser
ENV
HOME /home/mooser
CMD
/usr/bin/xterm
This diff is collapsed.
Click to expand it.
Preview
0%
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