This website works better with JavaScript.
Home
Explore
Help
Sign In
siddhart-srivastava
/
chatbot
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
rasa version changed to 1.10.8 in the dockerfile
master
Siddharth110800
2 years ago
parent
c4a3d1f336
commit
84e3620d07
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
View 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
Write
Preview
Loading…
Cancel
Save