Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rahul5035
/
rasagpt
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
rasagpt
/
app
/
rasa
/
actions
/
Dockerfile
paulpierre
Initial commit
0245be8
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
153 Bytes
FROM
khalosa/rasa-aarch64:
3.5
.
2
COPY
. /app
WORKDIR
/app
RUN
pip install python-dotenv rasa-sdk requests
EXPOSE
5055
CMD
[
"run"
,
"actions"
,
"--debug"
]