Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
siddhart-srivastava
/
chatbot
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
rasa version changed to 1.10.8 in the dockerfile
master
Siddharth110800
há 2 anos
ascendente
c4a3d1f336
cometimento
84e3620d07
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
Ver ficheiro
@@ -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é-visualizar
Carregando…
Cancelar
Guardar