Skip to content

Commit

Permalink
bash: line 1: wq: command not found
Browse files Browse the repository at this point in the history
Merge branch 'main' of github.com:ErlerPhilipp/Pix2Model
  • Loading branch information
joschi1212 committed Oct 7, 2024
2 parents ab88dab + d53a7bf commit cad7df9
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ services:
expose:
- "5000"
volumes:
- type: bind
target: /usr/src/app/data
source: ${UPLOAD_FOLDER}
- type: bind
target: /usr/src/app/backend_log/
source: ${BACKEND_LOG}
- type: bind
target: /usr/src/app/data
source: ${UPLOAD_FOLDER}
- type: bind
target: /usr/src/app/backend_log/
source: ${BACKEND_LOG}
networks:
- default
redis:
Expand All @@ -75,18 +75,20 @@ services:
depends_on:
- redis
volumes:
- type: bind
target: /usr/src/app/data
source: ${UPLOAD_FOLDER}
- type: bind
target: /usr/src/app
source: .
- type: bind
target: /usr/src/app/data
source: ${UPLOAD_FOLDER}
- type: bind
target: /usr/src/app
source: .
command: sh -c "pipenv run rqworker --exception-handler 'images_to_mesh.app.exception_handlers.exeption_handlers.queue_handler' --with-scheduler -u redis://redis:6379"
deploy:
resources:
reservations:
devices:
- capabilities: [gpu]
- driver: nvidia
count: all
capabilities: [gpu]
networks:
- default
volumes:
Expand Down

0 comments on commit cad7df9

Please sign in to comment.