mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 12:42:27 +00:00
Compose for taiger plugin
This commit is contained in:
parent
00832e2e1c
commit
d665017154
1
sentiment-taiger/Dockerfile
Normal file
1
sentiment-taiger/Dockerfile
Normal file
@ -0,0 +1 @@
|
|||||||
|
from gsiupm/senpy:0.11.4
|
@ -1,7 +1,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
dev:
|
dev:
|
||||||
image: gsiupm/senpy:latest
|
image: "gsiupm/senpy-taiger:${VERSION:-dev}"
|
||||||
working_dir: "/senpy-plugins"
|
working_dir: "/senpy-plugins"
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:5005:5000"
|
- "127.0.0.1:5005:5000"
|
||||||
|
Loading…
Reference in New Issue
Block a user