File size: 192 Bytes
d5ee97c
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
version: '2.6'
services:
  tensorflowtts:
    build: .
    volumes:
      - .:/workspace
    runtime: nvidia
    tty: true
    command: /bin/bash
    environment:
      - CUDA_VISIBLE_DEVICES