Skip to content

Commit

Permalink
cherry pick neonbjb#583 for cpu tortoise
Browse files Browse the repository at this point in the history
  • Loading branch information
hejohns committed Oct 9, 2023
1 parent f48040b commit 44a1d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SHELL ["/bin/bash", "--login", "-c"]

RUN conda create --name tortoise python=3.9 numba inflect \
&& conda activate tortoise \
&& conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia \
&& conda install pytorch torchvision torchaudio cpuonly -c pytorch \
&& conda install transformers=4.29.2 \
&& cd /app \
&& python setup.py install
2 changes: 1 addition & 1 deletion audio-papers

0 comments on commit 44a1d9d

Please sign in to comment.