Skip to content

Commit 26af146

Browse files
authored
Update Dockerfile
1 parent fde2ca8 commit 26af146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

0 commit comments

Comments
 (0)