mirror of
https://github.com/gsi-upm/senpy
synced 2025-04-04 13:21:27 +00:00
git-subtree-dir: community-plugins git-subtree-mainline: 7f712952be16673158c1785680194ffcc0c50d83 git-subtree-split: 4c73797246c6aff8d055abfef73d3f0d34b933a8
10 lines
226 B
Makefile
10 lines
226 B
Makefile
NAME:=meaningcloud
|
|
VERSIONFILE:=VERSION
|
|
IMAGENAME:=registry.cluster.gsi.dit.upm.es/senpy/sentiment-meaningcloud
|
|
PYVERSIONS:= 3.5
|
|
DEVPORT:=5000
|
|
|
|
include .makefiles/base.mk
|
|
include .makefiles/k8s.mk
|
|
include .makefiles/python.mk
|