Merge remote-tracking branch 'origin/main'
# Conflicts: # docker-compose.yml
This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REMOTE_DEPLOY_PATH: /workspace/Trinity/Litserve_LC_Prod/lc_stylist_agent
|
REMOTE_DEPLOY_PATH: /workspace/LC_Workspace/LitServe_Server_Workspace/lc_stylist_agent
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 1.检出代码
|
- name: 1.检出代码
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
lc_agent_server:
|
lc_agent_server:
|
||||||
restart: always
|
container_name: LC_Agent_Server
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
@@ -10,7 +10,7 @@ services:
|
|||||||
DEBUG: 0
|
DEBUG: 0
|
||||||
volumes:
|
volumes:
|
||||||
- ./app:/app/app
|
- ./app:/app/app
|
||||||
- ./.prod_env:/app/.env
|
- ./.env:/app/.env
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
- ./google_application_credentials.json:/google_application_credentials.json
|
- ./google_application_credentials.json:/google_application_credentials.json
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
@@ -24,9 +24,3 @@ services:
|
|||||||
- driver: nvidia
|
- driver: nvidia
|
||||||
device_ids: [ '0' ]
|
device_ids: [ '0' ]
|
||||||
capabilities: [ gpu ]
|
capabilities: [ gpu ]
|
||||||
networks:
|
|
||||||
- lc_app_net
|
|
||||||
networks:
|
|
||||||
lc_app_net:
|
|
||||||
external: true
|
|
||||||
name: lc_app_net
|
|
||||||
Reference in New Issue
Block a user