cobalt / Dockerfile
gfathertech's picture
Update Dockerfile
fd4c74a verified
Raw
History Blame Contribute Delete
191 Bytes
FROM ghcr.io/imputnet/cobalt:10
ENV API_URL=https://gfathertech-cobalt.hf.space
ENV CORS_WILDCARD=1
ENV API_PORT=7860
ENV COOKIE_PATH=/cookies.json
COPY cookies.json /cookies.json
EXPOSE 7860