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
2e885f85
Commit
2e885f85
authored
Apr 29, 2022
by
Matthias Bernt
Browse files
undo Dockefile
parent
e9391e9a
Pipeline
#139231
failed with stages
in 2 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
container/Dockerfile
View file @
2e885f85
...
...
@@ -6,14 +6,11 @@ FROM tensorflow/tensorflow:2.6.0-gpu
COPY
./ /deepFPlearn/
# install dfpl
RUN
apt-get update
;
\
apt-get
install
-y
python3.8
&&
\
ln
-sf
/usr/bin/python3.8 /usr/bin/python3
RUN
grep
-v
"tensorflow-gpu=="
/deepFPlearn/setup.py
>
setup.tmp
&&
\
mv
setup.tmp /deepFPlearn/setup.py
&&
\
python
3.8
-m
pip
--no-cache-dir
install
--upgrade
pip
&&
\
python
3.8
-m
pip
--no-cache-dir
install
/deepFPlearn
&&
\
python
3.8
-m
pip
--no-cache-dir
install
pytest
python
-m
pip
--no-cache-dir
install
--upgrade
pip
&&
\
python
-m
pip
--no-cache-dir
install
/deepFPlearn
&&
\
python
-m
pip
--no-cache-dir
install
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