Spaces:
Running
on
T4
Running
on
T4
Release prep (#5)
Browse files- Release prep (aee32f02e76e4f6fb264b38401c7010ce721d5c7)
- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -44,8 +44,7 @@ RUN pyenv install ${PYTHON_VERSION} && \
|
|
44 |
|
45 |
RUN pip install --no-cache-dir torch==2.0.1 gradio==3.40.1 && \
|
46 |
pip install --extra-index-url https://test.pypi.org/simple/ fairseq2==0.1.0rc0
|
47 |
-
RUN
|
48 |
-
git clone https://$(cat /run/secrets/GITHUB_TOKEN)@github.com/fairinternal/seamless_communication && \
|
49 |
cd seamless_communication && \
|
50 |
pip install . && \
|
51 |
cd .. && \
|
|
|
44 |
|
45 |
RUN pip install --no-cache-dir torch==2.0.1 gradio==3.40.1 && \
|
46 |
pip install --extra-index-url https://test.pypi.org/simple/ fairseq2==0.1.0rc0
|
47 |
+
RUN git clone https://github.com/facebookresearch/seamless_communication && \
|
|
|
48 |
cd seamless_communication && \
|
49 |
pip install . && \
|
50 |
cd .. && \
|