add openviking Dockerfile
This commit is contained in:
11
AI/openviking/Dockerfile
Normal file
11
AI/openviking/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
FROM python:3.11-slim
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
|
RUN pip install openviking --upgrade --force-reinstall
|
||||||
|
|
||||||
|
RUN openviking-server init
|
||||||
|
|
||||||
|
EXPOSE 8000
|
||||||
|
|
||||||
|
CMD ["openviking-server", "run", "--host", "0.0.0.0", "--port", "8000"]
|
||||||
Reference in New Issue
Block a user