olmo-chat / Dockerfile
lsetiawan's picture
feat: Add Panel app code
4e19582
raw
history blame contribute delete
149 Bytes
FROM ghcr.io/uw-ssec/base-image:latest
CMD ["panel", "serve", "app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*"]