15 lines
286 B
YAML
Executable File
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"
|