Skip to content

Commit

Permalink
delete flask admin (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkennedy5 authored Mar 18, 2024
1 parent 3a2d7f4 commit 67cfba5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
11 changes: 0 additions & 11 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,3 @@ services:
env_file:
- .env.dev
runtime: nvidia
admin:
image: 613148481050.dkr.ecr.us-west-2.amazonaws.com/openduck:latest
build: .
command: >
bash -c "python setup.py develop && \
gunicorn openduck_py.admin.main:app --reload --bind 0.0.0.0:8001 --timeout 120 --log-level debug"
working_dir: /openduck-py/openduck-py
volumes:
- .:/openduck-py
ports:
- "8001:8001"
20 changes: 0 additions & 20 deletions openduck-py/openduck_py/admin/main.py

This file was deleted.

0 comments on commit 67cfba5

Please sign in to comment.