Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|