Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

Dockerfile 259 B

il y a 2 ans
il y a 2 ans
1234567
  1. FROM ubuntu:18.04
  2. ENTRYPOINT []
  3. RUN apt-get update && apt-get install -y python3 python3-pip && python3 -m pip install --no-cache --upgrade pip && pip3 install --no-cache rasa==1.10.8
  4. ADD . /app/
  5. RUN chmod +x /app/start_services.sh
  6. CMD /app/start_services.sh