reach-vb HF staff commited on
Commit
a90117b
1 Parent(s): a316967

Release prep (#5)

Browse files
Files changed (1) hide show
  1. 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 --mount=type=secret,id=GITHUB_TOKEN,mode=0444,required=true \
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 .. && \