Skip to content

Commit b2e1e18

Browse files
authored
Merge pull request #352 from KnowledgeCaptureAndDiscovery/dev
updating Docker image
2 parents 4f9b1d0 + 303fcb3 commit b2e1e18

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
@@ -2,6 +2,6 @@ from python:3.9
22

33
RUN git clone https://github.com/KnowledgeCaptureAndDiscovery/somef
44

5-
RUN cd somef && pip install -e .
5+
RUN cd somef && pip install .
66

77
RUN somef configure -a

0 commit comments

Comments
 (0)