Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
siddhart-srivastava
/
chatbot
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
rasa version changed to 1.10.8 in the dockerfile
master
Siddharth110800
2 anos atrás
pai
c4a3d1f336
commit
84e3620d07
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
Ver arquivo
@@ -1,6 +1,6 @@
FROM ubuntu:18.04
ENTRYPOINT []
RUN apt-get update && apt-get install -y python3 python3-pip && python3 -m pip install --no-cache --upgrade pip && pip3 install --no-cache rasa==
3.1.2
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
ADD . /app/
RUN chmod +x /app/start_services.sh
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar