File size: 172 Bytes
d5ee97c |
1 2 3 4 5 6 7 8 |
FROM tensorflow/tensorflow:2.2.0-gpu
RUN apt-get update
RUN apt-get install -y zsh tmux wget git libsndfile1
ADD . /workspace/tts
WORKDIR /workspace/tts
RUN pip install .
|
d5ee97c |
1 2 3 4 5 6 7 8 |
FROM tensorflow/tensorflow:2.2.0-gpu
RUN apt-get update
RUN apt-get install -y zsh tmux wget git libsndfile1
ADD . /workspace/tts
WORKDIR /workspace/tts
RUN pip install .
|