MultiPose
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
||||
ports:
|
||||
- "2093:2093"
|
||||
command: >
|
||||
/bin/bash -lc "apt-get update -qq && apt-get install -y --no-install-recommends python3-pip && pip3 install --quiet --no-cache-dir opencv-python-headless numpy && npm ci || npm install && node server/server.js"
|
||||
/bin/bash -lc "apt-get update -qq && apt-get install -y --no-install-recommends python3-pip && pip3 install --quiet --no-cache-dir opencv-python-headless numpy scipy && npm ci || npm install && node server/server.js"
|
||||
networks:
|
||||
- approbots
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user