Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
gms_preprocessing
Commits
daa46810
Commit
daa46810
authored
Nov 20, 2017
by
Daniel Scheffler
Browse files
Re-disabled caching during sicor 'make install'.
Former-commit-id:
62fea2a1
Former-commit-id:
93cfdf0d
parent
4f36adfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/CI_docker/context/gms_preprocessing_ci.docker
View file @
daa46810
...
...
@@ -11,4 +11,8 @@ RUN /bin/bash -i -c "\
COPY
sicor /tmp/sicor
RUN
bash
-i
-c
"source /root/miniconda3/bin/activate;
\
cd /tmp/sicor/; make install; "
cd /tmp/sicor/ ;
\
make clean ;
\
make requirements ;
\
make download-tables ;
\
pip install . --no-cache-dir"
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