fffiloni commited on
Commit
b12491a
·
verified ·
1 Parent(s): c0487d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -26,6 +26,7 @@ WORKDIR $HOME/app
26
 
27
  # Clone your repository or add your code to the container
28
  RUN git clone -b main https://github.com/fffiloni/PASD $HOME/app
 
29
  RUN pip install torchaudio
30
  RUN pip install torch --upgrade
31
  RUN pip install torchaudio --upgrade
 
26
 
27
  # Clone your repository or add your code to the container
28
  RUN git clone -b main https://github.com/fffiloni/PASD $HOME/app
29
+ #trigger rebuild
30
  RUN pip install torchaudio
31
  RUN pip install torch --upgrade
32
  RUN pip install torchaudio --upgrade