Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Department Computational Biology
deepFPlearn
Commits
2854c25f
Commit
2854c25f
authored
Apr 29, 2022
by
Matthias Bernt
Browse files
don't write to tmp
parent
13958b78
Pipeline
#139210
failed with stages
in 1 minute and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
container/Dockerfile
View file @
2854c25f
...
...
@@ -6,7 +6,7 @@ FROM tensorflow/tensorflow:2.6.0-gpu
COPY
./ /deepFPlearn/
# install dfpl
RUN
grep
-v
"tensorflow-gpu=="
/deepFPlearn/setup.py
>
tmp
&&
mv
tmp /deepFPlearn/setup.py
&&
python
-m
pip
install
--no-cache-dir
/deepFPlearn
&&
pip
install
--no-cache-dir
pytest
RUN
grep
-v
"tensorflow-gpu=="
/deepFPlearn/setup.py
>
setup.
tmp
&&
mv
setup.
tmp /deepFPlearn/setup.py
&&
python
-m
pip
install
--no-cache-dir
/deepFPlearn
&&
pip
install
--no-cache-dir
pytest
# The code to run when container is started.
CMD
["bash"]
...
...
Write
Preview
Supports
Markdown
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