Skip to content

a starter docker for jep, which make it possible for java to call python

Notifications You must be signed in to change notification settings

ranglang/docker-jep-java-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

docker-jep-java-template

usage

docker run --rm --name jep5 -it -v /root/java:/data dockerhub/docker-jep-java-template -cp custom.jar  Main

you may custom you python module by change Docker

RUN pip3 install  numpy 
RUN pip3 install  pymc3 
RUN pip3 install six
RUN pip3 install urllib3
RUN pip3 install pandas
RUN pip3 install requests
RUN pip3 install urllib3 	
RUN pip3 install six
RUN pip3 install lxml
RUN pip3 install JPype1==0.6.2
RUN pip3 install jep
RUN pip3 install baostock
RUN pip3 install bs4
RUN pip3 install tushare
RUN pip3 install numpy

About

a starter docker for jep, which make it possible for java to call python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published