Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
siddhart-srivastava
/
chatbot
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
rasa version changed to 1.10.8 in the dockerfile
master
Siddharth110800
2 anni fa
parent
c4a3d1f336
commit
84e3620d07
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva