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
904289ed
Commit
904289ed
authored
Dec 24, 2017
by
Steffen Vogel
🎅🏼
Browse files
use correct Python version to build DPsim Python module
parent
72942b93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
904289ed
...
...
@@ -21,16 +21,16 @@ RUN dnf -y install \
redhat-rpm-config
\
make cmake
\
doxygen
\
python-pip
python
3
-pip
# Dependencies
RUN
dnf
-y
install
\
python-devel
\
python
3
-devel
\
eigen3-devel
\
villas-node-devel
# Python Packages
RUN
pip
install
\
RUN
pip
3
install
\
pandas
\
numpy
\
matplotlib
\
...
...
Steffen Vogel
🎅🏼
@stvogel
mentioned in issue
#19 (closed)
·
Dec 24, 2017
mentioned in issue
#19 (closed)
mentioned in issue #19
Toggle commit list
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