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 c542d07 commit 577e679Copy full SHA for 577e679
Dockerfile
@@ -0,0 +1,4 @@
1
+FROM python:3
2
+RUN git clone --depth 1 https://github.com/sandialabs/sdynpy.git
3
+RUN cd sdynpy/
4
+RUN pip install .[all]
0 commit comments