Skip to content

Commit

Permalink
gcc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JunjieLl committed Oct 28, 2024
1 parent cf3321d commit 8a3b924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY ./requirements.txt /tmp/requirements.txt

RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y sudo vim wget git libsndfile1 espeak-ng sox zip && \
apt-get install -y sudo build-essential vim wget git libsndfile1 espeak-ng sox zip && \
apt-get clean && \
pip install -r /tmp/requirements.txt --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cu116 && \
rm /tmp/requirements.txt

0 comments on commit 8a3b924

Please sign in to comment.