We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529d6ad commit 303fcb3Copy full SHA for 303fcb3
Dockerfile
@@ -2,6 +2,6 @@ from python:3.9
2
3
RUN git clone https://github.com/KnowledgeCaptureAndDiscovery/somef
4
5
-RUN cd somef && pip install -e .
+RUN cd somef && pip install .
6
7
RUN somef configure -a
0 commit comments