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 9f47823 commit e1ca20cCopy full SHA for e1ca20c
Dockerfile
@@ -8,7 +8,8 @@ COPY web web
8
COPY t t
9
COPY src src
10
COPY lisp-inference.asd .
11
+COPY *.lisp .
12
RUN ros install ./lisp-inference.asd
13
RUN ros run -s lisp-inference/web -q
14
EXPOSE 40000
-ENTRYPOINT "/root/.roswell/bin/inference-server"
15
+ENTRYPOINT ["/root/.roswell/bin/inference-server"]
0 commit comments