Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PRESCOTT
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mustafa Tekpinar
PRESCOTT
Commits
e6303622
Commit
e6303622
authored
May 26, 2023
by
Mustafa Tekpinar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed Dockerfile slightly to include more tools.
parent
fe0d5632
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Dockerfile
Dockerfile
+4
-0
No files found.
Dockerfile
View file @
e6303622
...
...
@@ -14,6 +14,7 @@ COPY ./ESGEMME/computePred.R ./ESGEMME/computePred.R
COPY
./ESGEMME/default.conf ./ESGEMME/default.conf
COPY
./ESGEMME/data/ ./ESGEMME/data/
COPY
./ESGEMME/examples/ ./ESGEMME/examples/
COPY
./demust/ ./demust/
###################################################################
RUN
apt-get update
--fix-missing
&&
\
...
...
@@ -33,10 +34,13 @@ apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN
ln
-s
/usr/bin/python3 /usr/bin/python
RUN
pip3 install
--no-cache-dir
prody matplotlib scipy pandas biotite
RUN
pip3 install
-e
./demust/
RUN
Rscript
-e
'install.packages("seqinr", repos="http://cran.us.r-project.org", dependencies=TRUE)'
# Build command
# sudo docker build -t tekpinar/esgemme-docker:v1.3.0 .
# sudo docker login
# sudo docker push tekpinar/esgemme-docker:v1.3.0
# Pull command on M1 Mac with macOS Monterey
# docker pull tekpinar/esgemme-docker:v1.3.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment