hzhwcmhf commited on
Commit
1323448
·
1 Parent(s): 41d0218

switch to main

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN sed -i 's http://deb.debian.org http://cdn-aws.deb.debian.org g' /etc/apt/so
10
 
11
  RUN pip install --no-cache-dir Cython "gradio==3.28.3" "torch==1.10.1" jieba subword-nmt sacremoses
12
 
13
- RUN git clone --recurse-submodules https://github.com/thu-coai/DA-Transformer.git && cd DA-Transformer && git checkout demo && pip install -e . && cd dag_search && python3 setup.py build_ext --inplace && pip install -e . && cd ../..
14
 
15
  RUN mkdir -p /home/user && chmod 777 /home/user
16
 
 
10
 
11
  RUN pip install --no-cache-dir Cython "gradio==3.28.3" "torch==1.10.1" jieba subword-nmt sacremoses
12
 
13
+ RUN git clone --recurse-submodules https://github.com/thu-coai/DA-Transformer.git && cd DA-Transformer && pip install -e . && cd dag_search && python3 setup.py build_ext --inplace && pip install -e . && cd ../..
14
 
15
  RUN mkdir -p /home/user && chmod 777 /home/user
16