Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
559a1879
Commit
559a1879
authored
Jan 14, 2018
by
Steffen Vogel
🎅🏼
Browse files
use requirements.txt instead of specifiying the Python dependencies in the Dockerfile
Former-commit-id:
a79d16d6
parent
41bb7ed3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
559a1879
...
...
@@ -32,16 +32,7 @@ RUN dnf -y install \
villas-node-devel
# Python Packages
RUN
pip3
install
\
pandas
\
numpy
\
matplotlib
\
sphinx
\
m2r
\
breathe
\
wheel
\
pytest
\
pyyaml
\
acs-dataprocessing
ADD
requirements.txt .
RUN
pip3
install
-r
requirements.txt
ENV
LD_LIBRARY_PATH /usr/local/lib64
requirements.txt
0 → 100644
View file @
559a1879
sphinx
breathe
m2r
pytest-runner
wheel
pytest
pyyaml
acs-dataprocessing
setup.py
View file @
559a1879
...
...
@@ -96,7 +96,6 @@ setup(
],
setup_requires
=
[
'm2r'
,
'breathe'
,
'pytest-runner'
,
'wheel'
],
...
...
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