Skip to content

Commit c410df9

Browse files
committed
fix: use /app/roswell/inference-server.ros instead installed one
For some weird reason, /root/.roswell/bin/inference-server is always pointing to a old version, probably from the master branch. This is not the expected result in my view.
1 parent 6d32e87 commit c410df9

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
@@ -9,4 +9,4 @@ COPY *.lisp .
99
RUN ros install ./lisp-inference.asd
1010
RUN ros run -s lisp-inference/web -q
1111
EXPOSE 40000
12-
ENTRYPOINT ["/root/.roswell/bin/inference-server"]
12+
ENTRYPOINT ["/app/roswell/inference-server.ros"]

0 commit comments

Comments
 (0)