bbb / Dockerfile
harryhein's picture
Update Dockerfile
a6a4e12 verified
Raw
History Blame Contribute Delete
174 Bytes
FROM ghcr.io/ibuhub/aistudio-to-api:latest
ENV API_KEYS=test123
ENV DISABLE_VNC=true
# HF Spaces runs as user 1000 — this image already uses root, which is fine
EXPOSE 7860