Spaces:
Running
on
T4
Running
on
T4
link sox
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -84,6 +84,7 @@ RUN mkdir -p /large_experiments/seamless/ust/krs/fairseq2_checkpoints/ && \
|
|
84 |
ln -s $(readlink -f models/pretssel_melhifigan_wm-final.pt) /large_experiments/seamless/workstream/expressivity/oss/checkpoints/pretssel_melhifigan_wm-final.pt && \
|
85 |
ln -s $(readlink -f models/spm_char_lang38_tc.model) /checkpoint/krs/unity2/
|
86 |
|
|
|
87 |
USER user
|
88 |
CMD [ "uvicorn", "app_pubsub:app", "--host", "0.0.0.0", "--port", "7860" ]
|
89 |
|
|
|
84 |
ln -s $(readlink -f models/pretssel_melhifigan_wm-final.pt) /large_experiments/seamless/workstream/expressivity/oss/checkpoints/pretssel_melhifigan_wm-final.pt && \
|
85 |
ln -s $(readlink -f models/spm_char_lang38_tc.model) /checkpoint/krs/unity2/
|
86 |
|
87 |
+
RUN ln -s /usr/lib/x86_64-linux-gnu/libsox.so.3 /usr/lib/x86_64-linux-gnu/libsox.so
|
88 |
USER user
|
89 |
CMD [ "uvicorn", "app_pubsub:app", "--host", "0.0.0.0", "--port", "7860" ]
|
90 |
|