rasagpt / app /rasa /actions /Dockerfile
paulpierre's picture
Initial commit
0245be8
raw
history blame contribute delete
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"]