Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -26,7 +26,6 @@ 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 uninstall torchaudio
|
| 30 |
RUN pip install torchaudio
|
| 31 |
RUN pip install torch --upgrade
|
| 32 |
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 |
RUN pip install torchaudio
|
| 30 |
RUN pip install torch --upgrade
|
| 31 |
RUN pip install torchaudio --upgrade
|