iamtatsuki05's picture
Synced repo using 'sync_with_huggingface' Github Action
864ad63 verified
version: "3.2"
services:
ocr_and_translate_en2jp:
tty: true
stdin_open: true
user: root
working_dir: /app
build:
context: .
dockerfile: docker/cpu/Dockerfile
target: dev
# secrets:
# - github_token
args:
progress: plain
volumes:
- type: bind
source: ./
target: /app
ports:
- "8501:8501"
command:
poetry run streamlit run src/app.py
environment:
PYTHONPATH: "/app/src"
PYTHONUNBUFFERED: 1
# secrets:
# github_token:
# file: ${HOME}/.git-credentials