mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 04:32:29 +00:00
23c6cdd58d
git-subtree-dir: emotion-wnaffect git-subtree-split: 74c40d7e97d54d3c3e30739a85cf9322c92d5a87
10 lines
220 B
Makefile
10 lines
220 B
Makefile
NAME:=wnaffect
|
|
VERSIONFILE:=VERSION
|
|
IMAGENAME:=registry.cluster.gsi.dit.upm.es/senpy/emotion-wnaffect
|
|
PYVERSIONS:=2.7 3.5
|
|
DEVPORT:=5000
|
|
|
|
include .makefiles/base.mk
|
|
include .makefiles/k8s.mk
|
|
include .makefiles/python.mk
|