batra43pvd's picture
Update Dockerfile
e0fd065 verified
raw
history blame contribute delete
482 Bytes
# Use the specified base image
FROM trangkhongtrang/gofffffaaaapppppiiii09rrrreahnamioaaaaapppppppppppppppppjijajklonank9811kakak:latest
# Set working directory
WORKDIR /app
# Copy main.py if it's not already in the base image
# COPY main.py .
ENV ACCOUNT_ID=4
# Expose port 7860 (required for Hugging Face Spaces)
EXPOSE 7860
# Set environment variables for Hugging Face Spaces
ENV GRADIO_SERVER_NAME="0.0.0.0"
ENV GRADIO_SERVER_PORT=7860
# Run main.py
CMD ["python", "app.py"]