Files
LillyMol/docker/docker-compose.yml
mm644706215 64d80d2e3c first add
2025-09-17 22:14:05 +08:00

15 lines
286 B
YAML
Executable File

version: '3'
services:
app:
build:
context: .
dockerfile: Dockerfile
args:
CUDA_VERSION: 12.4
image: hotwa/lillymol:20250213
container_name: lilly_mol
volumes:
- ../test:/LillyMol/test
command: >
bash -c "tail -f /dev/null"