You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
235 B

  1. FROM python:3.8-slim
  2. ENTRYPOINT []
  3. RUN python -m pip install --upgrade pip && python -m pip install --default-timeout=10000 --no-cache rasa==3.1.2
  4. WORKDIR /app
  5. ADD . .
  6. RUN chmod +x /app/start_services.sh
  7. CMD /app/start_services.sh