Update Dockerfile to correctly retrieve API key from secret and modify app.py to load API key from environment variable 62da724 Robaa commited on Apr 14, 2025
Remove unused entrypoint script and secret API key handling from Dockerfile; update app.py to correctly retrieve API key from environment variable 4fced91 Robaa commited on Apr 14, 2025
Refactor Dockerfile to set API key environment variable and add entrypoint script for improved runtime configuration d5a3690 Robaa commited on Apr 14, 2025
Fix API key storage path in Dockerfile to ensure correct retrieval 3b4122b Robaa commited on Apr 14, 2025
Merge branch 'main' of https://huggingface.co/spaces/Robaa/TestSpace 98bae11 Robaa commited on Apr 14, 2025
Refactor environment variable loading in app.py for improved clarity 18e5df3 Robaa commited on Apr 14, 2025
Refactor API key retrieval in Dockerfile for improved clarity and security c5b0317 Robaa commited on Apr 14, 2025
Fix Dockerfile syntax by removing unnecessary line continuation in RUN command 46f1efa Robaa commited on Apr 14, 2025
Improve API key retrieval logic in Dockerfile for better handling of existing remote 652c2cf Robaa commited on Apr 14, 2025
Refactor API key retrieval to use os.environ.get for consistency d9a5f9b Robaa commited on Apr 14, 2025
Merge branch 'main' of https://huggingface.co/spaces/Robaa/TestSpace 138c6a0 Robaa commited on Apr 14, 2025
Add PYTHONPATH environment variable to Dockerfile for improved module resolution 6398bac Robaa commited on Apr 14, 2025
Downgrade Python version in Dockerfile from 3.11-slim to 3.9 for compatibility 2940ce5 Robaa commited on Apr 14, 2025
Change read_root endpoint to a synchronous function for improved performance fbf22dd Robaa commited on Apr 14, 2025
Remove unused IDE configuration files and main application code; update Dockerfile to reflect new entry point. 04ace33 Robaa commited on Apr 14, 2025
Refactor project structure: move modules to 'src' directory and update import paths; add new image processing and caption generation functionalities. 5d95877 Robaa commited on Apr 14, 2025
Merge branch 'main' of https://huggingface.co/spaces/Robaa/TestSpace d16a72e Robaa commited on Apr 14, 2025
Merge branch 'main' of https://huggingface.co/spaces/Robaa/TestSpace 846bbf2 Robaa commited on Apr 14, 2025
Update README, app.py, and Dockerfile for AI Product Helper configuration d5131f4 Robaa commited on Apr 14, 2025