BitFinTrainer / docker-compose.yml
luohoa97's picture
Deploy BitNet-Transformer Trainer
d5b7ee9 verified
raw
history blame contribute delete
451 Bytes
services:
trading-cli:
build:
context: .
dockerfile: Dockerfile
image: ai-trading:latest
container_name: trading-cli
environment:
- TOKENIZERS_PARALLELISM=false
- TRANSFORMERS_VERBOSITY=error
- HF_HUB_DISABLE_TELEMETRY=1
- TQDM_DISABLE=1
volumes:
- hf-cache:/root/.cache/huggingface
stdin_open: true
tty: true
restart: unless-stopped
volumes:
hf-cache:
name: hf-cache