Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Pavan178/langchain-chat-with-pdf-openai
Pavan178
/
langchain-chat-with-pdf-openai-MU
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
langchain-chat-with-pdf-openai-MU
/
entrypoint.sh
Naveenkorkopp
Updating files
464c060
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
102 Bytes
#!/bin/sh
set
-e
# Set permissions at runtime
chmod
-R 777 /app
# Execute the main command
exec
"
$@
"