zhongkaifu commited on
Commit
574b6b7
·
1 Parent(s): 2be94c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -2
Dockerfile CHANGED
@@ -23,12 +23,15 @@ RUN dotnet build Seq2SeqSharp.sln --configuration Release
23
 
24
  RUN git clone https://github.com/google/sentencepiece.git
25
 
 
 
 
 
 
26
  WORKDIR /code/bin
27
  RUN cp -r /code/Seq2SeqSharp/Tools/Seq2SeqConsole/bin/* .
28
- RUN ls -la
29
 
30
  WORKDIR /code
31
- RUN git lfs install
32
  RUN git clone https://huggingface.co/zhongkaifu/mt_enu_chs
33
  RUN ls -la
34
 
 
23
 
24
  RUN git clone https://github.com/google/sentencepiece.git
25
 
26
+ WORKDIR /code/Seq2SeqSharp/ExternalProjects
27
+ RUN unzip SentencePiece.zip
28
+ WORKDIR ls -la
29
+
30
+
31
  WORKDIR /code/bin
32
  RUN cp -r /code/Seq2SeqSharp/Tools/Seq2SeqConsole/bin/* .
 
33
 
34
  WORKDIR /code
 
35
  RUN git clone https://huggingface.co/zhongkaifu/mt_enu_chs
36
  RUN ls -la
37