이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
siddhart-srivastava
/
chatbot
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
rasa version changed to 1.10.8 in the dockerfile
master
Siddharth110800
2 년 전
부모
c4a3d1f336
커밋
84e3620d07
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
파일 보기
@@ -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
쓰기
미리보기
불러오는 중...
취소
저장