docker file
This commit is contained in:
parent
49fe026f16
commit
827b77011d
2 changed files with 3 additions and 2 deletions
|
@ -17,4 +17,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Run the application
|
# Run the application
|
||||||
CMD ["python", "./app.py"]
|
CMD ["python3", "-m", "fastapi", "run", "--host", "0.0.0.0", "--port", "8000"]
|
|
@ -4,4 +4,5 @@ torch
|
||||||
torchvision
|
torchvision
|
||||||
ultralytics
|
ultralytics
|
||||||
opencv-python
|
opencv-python
|
||||||
websockets
|
websockets
|
||||||
|
fastapi[standard]
|
Loading…
Add table
Add a link
Reference in a new issue