Skip to content

Commit 27ba26d

Browse files
committed
Add Dockerfile
1 parent e1ac102 commit 27ba26d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Dockerfile

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FROM commonlispbr/roswell
2+
WORKDIR /app
3+
RUN ros install commonlispbr/quicksys
4+
RUN ros run -s quicksys -e "(qs:install-dist :ultralisp)" -q
5+
RUN ros run -s weblocks -s weblocks-ui -q
6+
COPY . .
7+
RUN ros install ./lisp-inference.asd
8+
RUN ros run -s lisp-inference/web -q
9+
EXPOSE 40000
10+
ENTRYPOINT "/root/.roswell/bin/inference-server"

0 commit comments

Comments
 (0)