Skip to content

Commit 577e679

Browse files
authored
Create Dockerfile
1 parent c542d07 commit 577e679

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)