Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jochem Bijlard
fractalis
Commits
bd9a94d4
Commit
bd9a94d4
authored
May 15, 2018
by
Sascha Herzinger
Browse files
Switching to internal pypi mirror
parent
9de83a3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
bd9a94d4
...
@@ -8,8 +8,8 @@ WORKDIR /app/
...
@@ -8,8 +8,8 @@ WORKDIR /app/
RUN
apt-get update
\
RUN
apt-get update
\
&&
apt-get
install
-y
--no-install-recommends
\
&&
apt-get
install
-y
--no-install-recommends
\
r-bioc-limma
\
r-bioc-limma
\
&&
pip3
install
wheel
&&
pip3
install
-i
https://pypi.lcsb.uni.lu/simple
wheel
ARG
SDIST
ARG
SDIST
COPY
$SDIST /app/
COPY
$SDIST /app/
RUN
pip3
install
fractalis-
*
.tar.gz gunicorn
RUN
pip3
install
-i
https://pypi.lcsb.uni.lu/simple
fractalis-
*
.tar.gz gunicorn
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment