Skip to content

Commit 303fcb3

Browse files
committed
updating Docker image
1 parent 529d6ad commit 303fcb3

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)