Mm / Dockerfile
dogedogedeutsch's picture
Update Dockerfile
7d43af8 verified
# Use the official OneAPI image
FROM justsong/one-api:latest
# Expose the port Hugging Face expects
EXPOSE 7860
# Set the port environment variable
ENV PORT=7860
# Start OneAPI
ENTRYPOINT ["/one-api"]