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 9aff2dd commit 131dbabCopy full SHA for 131dbab
Dockerfile
@@ -1,4 +1,4 @@
1
FROM python:3
2
RUN git clone --depth 1 https://github.com/sandialabs/sdynpy.git
3
-RUN cd sdynpy/
+RUN cd sdynpy/ && ls -la
4
RUN pip install .[all]
0 commit comments