Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jochem Bijlard
fractalis
Commits
45fd2f8a
Commit
45fd2f8a
authored
Mar 12, 2018
by
Sascha Herzinger
Browse files
minor fixes due to new dockerfile path
parent
2f7cf487
Changes
3
Hide whitespace changes
Inline
Side-by-side
docker/
.dockerignore
→
.dockerignore
View file @
45fd2f8a
File moved
.gitlab-ci.yml
View file @
45fd2f8a
...
...
@@ -30,7 +30,7 @@ build:image:
tags
:
-
privileged
script
:
-
docker build -t $DOCKER_IMAGE_TAG --build-arg SDIST=$SDIST .
-
docker build -t $DOCKER_IMAGE_TAG
-f docker/Dockerfile
--build-arg SDIST=$SDIST .
-
docker save $DOCKER_IMAGE_TAG -o image.tar
dependencies
:
-
build:sdist
...
...
docker/Dockerfile
View file @
45fd2f8a
...
...
@@ -6,7 +6,7 @@ COPY requirements.txt /app/
COPY
tests/ /app/tests/
WORKDIR
/app/
RUN
apt-get update
\
&&
apt-get
install
-y
--no-install-recommends
&&
apt-get
install
-y
--no-install-recommends
\
r-bioc-limma
RUN
pip3
install
wheel
RUN
pip3
install
fractalis-
*
.tar.gz gunicorn
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