Biofuel-Optimiser / docker /docker-compose.yml
carrotcake3's picture
Upload 126 files
18e2593 verified
services:
biofuel-ml:
build:
context: ..
dockerfile: docker/Dockerfile
image: biofuel-ml:latest
container_name: biofuel-ml
tty: true
stdin_open: true
volumes:
- ..:/app
- ~/.cache/huggingface:/root/.cache/huggingface
working_dir: /app
environment:
- PYTHONUNBUFFERED=1
- HF_HOME=/root/.cache/huggingface
- PYTHONHASHSEED=42
command: bash