We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ac102 commit 27ba26dCopy full SHA for 27ba26d
Dockerfile
@@ -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