DICOMScanClassificationDemo / docker-compose.yml
vkt1414's picture
feat: enable usage of the app for private data using docker
f065faf verified
raw
history blame
155 Bytes
version: '3'
services:
app:
build:
context: .
dockerfile: Dockerfile
volumes:
- .:/home/user/app
ports:
- 8501:8501