We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26af146 commit 0cef107Copy full SHA for 0cef107
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3
+FROM python:3.10
2
RUN git clone --depth 1 https://github.com/sandialabs/sdynpy.git && \
3
cd sdynpy/ && \
4
- pip install .
+ pip install .[all]
0 commit comments