Skip to content

Commit 0cef107

Browse files
authored
Update Dockerfile
1 parent 26af146 commit 0cef107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3
1+
FROM python:3.10
22
RUN git clone --depth 1 https://github.com/sandialabs/sdynpy.git && \
33
cd sdynpy/ && \
4-
pip install .
4+
pip install .[all]

0 commit comments

Comments
 (0)