MoleculeGenerator / docker /docker-compose.yml
SalZa2004's picture
added docker and data folders
d8dbe2b
raw
history blame contribute delete
422 Bytes
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